客户端发现响应内容类型为“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>

posted on 2012-05-08 11:27  hehedada  阅读(763)  评论(0编辑  收藏  举报

导航