求助:客户端发现响应内容类型为“text/html;charset=GB2312”,但应该是“text/xml”
l_kk 2006-05-15 02:18:26 查过先辈们的解决方案:<system.web>与</system.web>
之间增加:
<webServices>
<protocols>
<add name="HttpSoap"/>
<add name="HttpPost"/>
<add name="HttpGet"/>
<add name="Documentation"/>
</protocols>
</webServices>
但这似乎是IIS上的配置文件的修改。
我Web Service用的是tomcat,client端用的是c#,不知道那里有相关配置?刚刚接触.net的东西,谢谢大家了。