Is there a good, free (and/or open source) SOAP client (for Windows) that can be used to test web services?
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.
|
WebService Studio is great. The CodePlex version is an update of the original version by Sowmy Srinivasan at Microsoft. |
||||
|
|
|
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. |
|||
|
|
|
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. |
|||||||
|
|
I've used Web Service Studio before for testing web services, and it works pretty well. |
|||
|
|
|
And this is an online tool for WSDL testing: http://wsdlbrowser.com |
||||
|
|