Good tool to test WCF service (not SOAP/HTTP webservice)

Posted by Kangkan on Stack Overflow See other posts from Stack Overflow or by Kangkan
Published on 2010-05-11T16:57:50Z Indexed on 2010/05/11 17:04 UTC
Read the original article Hit count: 259

I recently found SOAPUI and discovered that it is just a great tool for testing any SOAP/HTTP service. Conventionally, we have been developing our own driver to test our services (WCF based netTCP binding) so far. But with SOAPUI experience, I am really looking for some such tool that can be used with such ease with built-in facilities for load testing, functional testing etc.

The other thought in my mind is that for services that I wish to deploy with netTCP can be first tested using a HTTP binding using SOAPUI. Once found suitable, the binding can be changed for the intended one.

I shall like the views from all the experts here.

Thanks.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about unit-testing