需要在WEB.CONFIG配置文件的<system.web>节点下添加
<webServices>
<protocols>
<add name= "HttpSoap"/>
<add name= "HttpPost"/>
<add name= "HttpGet"/>
<add name= "HttpPostLocalhost"/>
<add name= "Documentation"/>
</protocols>
</webServices>