气死我了,之前做过的给忘了,今天找了好一阵才找到,记录一下,免得以后又忘了:
我们调用别人的webservice,或者别人调用我们的webservice希望,不通过代码来测试一下方法的可用性,可以通过页面输入参数值,直接调用,不过要首先修改Webservice下的webconfig:<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
这样我们就可以很方便地来调用webservice的方法了。
转载于:https://www.cnblogs.com/mylove5193/archive/2007/09/28/909055.html