在system.web节点里加以下代码
<webServices>
      <protocols>
        <add   name="HttpSoap"/>
        <add   name="HttpPost"/>
        <add   name="HttpGet"/>
        <add   name="Documentation"/>
      </protocols>
    </webServices>
  </system.web> 

相关文章: