haitao:
下午调试合作方的web service接口。。。。
[阅读: 771] 2006-06-27 10:05:47
--这几天的工作内容跨度可真大啊。。。。dos(bc3.1)/ic卡(vc6+delphi7)/webservice(delphi7测试、正式要c++@sco unix)
下午调试合作方的web service接口。。。。
我用delphi总是无法成功,用对方自己的delphi例子也不行
他在局域网里访问是正常的
我用他的.net的例子,也从外网访问,就很正常。。。。
我直接(从外网)发数据包过去,好像会返回语言的问题。。。
HTTP/1.1 500 内部服务器错误⾍ ‚Date: Tue, 27 Jun 2006 09:47:35 GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-AspNet-Version: 1.1.4322 Cache-Control: private Content-Type: text/xml; charset=utf-8 Content-Length: 504
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:Soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XM LSchema"> <soap:Body> <soap:Fault> <faultcode>soap:Client</faultcode> <faultstring>服务器无法读取请求⾿--> XML 文档(7, 33)中有 错误⾿--> 输入字符串的格式不正确⾿/faultstring> <detail /> </soap:Fault> </soap:Body> </soap:Envelope>