【发布时间】:2011-07-12 21:34:33
【问题描述】:
我创建了 WCF 服务并使用独立应用程序测试 WCF 客户端。我可以使用 Internet Explorer 查看此服务,也可以在 Visual Studio 服务引用中查看。这是错误消息。
"The content type text/html; charset=UTF-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8)."
您能告诉我哪里出了问题吗?
谢谢。
【问题讨论】:
标签: c# wcf web-services