在开发WebService 时,客户端调用出现
Received content of invalid Content-Type setting:text/html - SOAP expects "text/xml"
服务类型为ISAPI
解决方法:将服务器webservice .dpr 文件 ISAPIThreadPool,ISAPIApp,调换一下位置.
开发环境为:
Delphi7 + MS SQL2000+WINDOWS 2K PRO
WebService开发时错误,Received content of invalid Content-Type setting:text/html - SOAP expects "text/xml"
最新推荐文章于 2024-04-29 18:21:51 发布
博客讲述了在Delphi7 + MS SQL2000 + WINDOWS 2K PRO环境下开发WebService时,客户端调用出现Received content of invalid Content - Type setting:text/html - SOAP expects \text/xml\的问题,服务类型为ISAPI,解决方法是将服务器webservice.dpr文件中ISAPIThreadPool和ISAPIApp调换位置。
4624





