Possible to autogenerate to code using WSDL in Visual Studio

前端 未结 2 401
遥遥无期
遥遥无期 2020-12-31 22:47

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

2条回答
  •  被撕碎了的回忆
    2020-12-31 23:19

    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.

提交回复
热议问题