up vote 13 down vote favorite
4
share [g+] share [fb]

Is there a good, free (and/or open source) SOAP client (for Windows) that can be used to test web services?

link|improve this question

feedback

7 Answers

up vote 19 down vote accepted

SoapUI

link|improve this answer
I tried out SoapUI, WebService Studio, and Storm. SoapUI worked flawlessly. I had trouble consuming a pretty vanilla WCF service with both WSS and Storm. SoapUI has a slightly more complex UI, but it's definetly the best of the 3. – Ronnie Overby Aug 19 '11 at 16:29
feedback

WebService Studio is great.

The CodePlex version is an update of the original version by Sowmy Srinivasan at Microsoft.

link|improve this answer
feedback

SOAP UI works well for me.

link|improve this answer
feedback

I am also a fan of STORM . It is free, on codeplex and has a load of features.

link|improve this answer
feedback

For simple cases you can use WCF Test Client (WcfTestClient.exe) introduced in Visual Studio 2008. Find more on http://msdn.microsoft.com/en-us/library/bb552364.aspx

SoapUI is good for more complex cases.

link|improve this answer
feedback

I've used Web Service Studio before for testing web services, and it works pretty well.

link|improve this answer
feedback

http://www.soapclient.com/soaptest is good if you are looking for a quick peek. Runs right off the web.

The SOA Client addon for Firefox is also good for this purpose.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.