开发WebService 时,客户端调用出现错误
我在xp上的调用正常,当把DLL文件放到服务器上,客户端调用出现以下错误
WebService开发时错误,Received content of invalid Content-Type setting:text/html - SOAP expects "text/xml" .
将服务器webservice .dpr 文件 ISAPIThreadPool,ISAPIApp,调换一下位置后任然报相同的错误
求救
------解决方案--------------------请问楼主用的是什么开发语言啊?是Delphi吗?如果是试一下下面的的方法:
查看你的调用过程是否为THttpRIO设置了
var RIO: THTTPRIO;
begin
RIO.HTTPWebNode.UseUTF8InHeader := True;
------解决方案--------------------转到Delphi版。