Is there a good, free (and/or open source) SOAP client (for Windows) that can be used to test web services?
+4
A:
WebService Studio is great.
The CodePlex version is an update of the original version by Sowmy Srinivasan at Microsoft.
LukeH
2009-02-23 16:40:10
+1
A:
I've used Web Service Studio before for testing web services, and it works pretty well.
bcwood
2009-02-23 16:40:46
A:
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.
Andrej Golcov
2010-10-14 15:12:17