Hi I wish to use test the following function: http://msrmaps.com/terraservice2.asmx?op=ConvertLonLatPtToNearestPlace
Is there some faster way I can test it out using
Visual studio can generate code for wsdl/webservice referenced by an URL even it outside on your local machine. However, the test form accessed by browser just can be access on local machine (localhost).
But you still can test the webservice over internet by other tool like soapUI. This tool useful for me to test webservice over internet.