How to call and test SOAP or WCF services with complex types
April 7, 2010
0 Comments
Microsoft Visual Studio 2008 contains a SOAP and WCF test application [WcfTestClient], located at:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\WcfTestClient.exe
In the following screendumps I will test a SOAP service that uses latitude and longitude coordinates as parameters.
After clicking on Invoke:
Tags: Visual Studio, WCF