Every time I set up Visual Studio on a new machine, one of the first things I do is add the WCF Test Client tool to the Tools menu. This tool lets you call methods on your WCF web services to test them. It can be found here:
1 |
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\WcfTestClient.exe" |
Rob