Tuesday, February 02, 2010

Testing your WCF service

If your WCF service has a BasicHttpBinding endpoint – then you can use SoapUI for testing.

If you need to test a WSHttpBinding endpoint – then I found that SoapUI had a problem creating the correct requests. Instead you can use the WCF Test Client that comes with VS 2008 and can be found at: "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\WcfTestClient.exe"

No comments: