Recommendations for Soap Web Services Testing Applications

I was looking for recommendations on testing SOAP web services. I want to be able to create requests from WSDL, view these requests and check responses. I would also like it to work with services compatible with WS * (for example, when using WCF wsHttpBinding).

Any suggestions?

+6
soap wsdl testing
source share
1 answer

I use SoapUI ( http://www.soapui.org/ ) for all my SOAP tests. This is a different client, so it really does not help if the client makes a bad request. In this case, I just use a regular debugger or Firebug to check the request / response.

+6
source share

All Articles