webservice 外网可以进行访问测试需要在webconfig进行配置
1.需要在system.web中加入以下代码。
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>
</protocols>
</webServices>
</system.web>