客户端发现响应内容类型为“text/html; charset=utf-8”,但应为“text/xml”
问题终于解决:
web.config中:
<appSettings>
 <add key="myService.callService" value="
http://localhost:53699/CallWebService/callService.asmx"/>
 </appSettings>
中value值出错,改回正确的地址即可!

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2021-10-24
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-23
  • 2021-09-10
  • 2021-10-17
  • 2022-01-26
  • 2021-06-27
  • 2021-08-14
  • 2021-12-31
相关资源
相似解决方案