Recommendations for Soap Webservice Testing Apps
- by davidchristiansen
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?