客户端发现响应内容类型为“text/html; charset=utf8”,但应为“text/xml”。

<system.web>与</system.web>
之间增加:
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>
</protocols>
</webServices>

原文地址:https://www.cnblogs.com/weiying/p/weiying05_08.html