SOAP Testing

18. April 2011

Microsoft has it’s own WCF test tool called WCFTestClient to test WCF and SOAP Services. It’s really hard to get customers to use this tool to test our services because it’s part of the Visual Studio install. We found an open source tool that provides a 3rd party look at your services and help aid your customers to determine if your services are standards compliant. The name of the production is soapUI and is available on source force. Should you need a tool that allows your customers to test your services without having them write a ton of code provide your customers this tool.

 

soapUI: http://sourceforge.net/projects/soapui/files/

General