怎么配置部署,让客户端不能通过地址看到接口方法参数?
网上说在配置文件上去设置:
<webServices>
<protocols>
<add name="HttpSoap"/>
<remove name="HttpPost"/>
<remove name="HttpGet"/>
<add name="Documentation"/>
</protocols>
</webServices>
但无效?请问能否实现?