tags:

views:

444

answers:

3

I was looking for some recommendations for testing SOAP webservices. I want to be able to create requests from WSDL, see those requests, and inspect responses. I would also like it to work with WS* compliant services (such as when using WCF wsHttpBinding).

Any suggestions?

+6  A: 

I use SoapUI (http://www.soapui.org/) for all of my SOAP testing. It's a different client, so it doesn't really help if the client is making a bad request. In that case, I just use the normal debugger or Firebug to inspect the request/response.

landyman
+1  A: 

I have not been able to get SoapUI work with wsHttpBinding. Have you guys?

Kevin Jensen
no, it doesn't seem to work with wsHttpBinding.
+1  A: 

Try out WCFStorm, you can use the WCF Bindings with it (wsHttpBinding, netTcpBinding, basicHttpBinding etc.)