Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

closed as not constructive by Frank Schmitt, Matthew Strawbridge, Charles Menguy, neilprosser, Mario Mar 22 at 23:21

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

7 Answers

WebService Studio is great.

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

share|improve this answer

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

share|improve this answer

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.

share|improve this answer

SOAP UI works well for me.

share|improve this answer

http://www.soapclient.com/soaptest.html 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.

share|improve this answer
soapclient.com cannot be accessed – risnandar Jul 3 '12 at 8:42
Ya... must have gone down since... or maybe its just maintenance or something – Saad Farooq Jul 3 '12 at 17:41
@risnandar I fixed the 404ing link. – Matt Ball Oct 29 '12 at 14:38

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

share|improve this answer

And this is an online tool for WSDL testing: http://wsdlbrowser.com

share|improve this answer

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