.NET Web Service配置可以远程输入参数

<system.web>
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpGet"/>
<add name="HttpPost"/>
<add name="Documentation"/>
</protocols>
</webServices>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>

posted @ 2015-08-14 14:46  brian_lee  阅读(139)  评论(0编辑  收藏  举报