在调用Web Service时, 出现这样的错误: 客户端发现响应内容类型为“text/html; charset=utf-8”,但应该是“text/xml”

<webServices> 
                <protocols> 
                <add   name= "HttpSoap "/> 
                <add   name= "HttpPost "/> 
                <add   name= "HttpGet "/> 
                <add   name= "Documentation "/> 
                </protocols> 
        </webServices>

你可能感兴趣的:(web Service)