客户端发现响应内容类型为“text/html; charset=utf-8”,但应为“text/xml”。
<system.web>与</system.web>
之间增加:
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>
</protocols>
</webServices>