Is there a good, free (and/or open source) SOAP client (for Windows) that can be used to test web services?
|
feedback
|
|
| |||
feedback
|
|
WebService Studio is great. The CodePlex version is an update of the original version by Sowmy Srinivasan at Microsoft. | ||||
|
feedback
|
|
I am also a fan of STORM . It is free, on codeplex and has a load of features. | |||
|
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. | |||
|
feedback
|
|
I've used Web Service Studio before for testing web services, and it works pretty well. | |||
|
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. | |||
|
feedback
|