在使用.net调用一个PHP写的webservice,提示出现了“客户端发现响应内容类型为“text/html”,但应为“text/xml”。
请求失败,错误信息为:”
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:Studentinfo"><SOAP-ENV:Body><ns1:get_infoResponse><get_infoReturn>文字文字文字文字文字</get_infoReturn></ns1:get_infoResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
实际情况是已经取得的webservice的返回值。
估计是web.config文件的问题。asmx所在的目录中有一个web.config文件删除,在重启iis试试看。
问题怎么解决?