且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

肥皂错误:"服务器无法处理请求" "未将对象引用设置到对象"的实例;

更新时间:2022-04-16 08:29:40

谢谢你们所有的帮助。我解决了这个问题。

Thanks guys for all your help. I solved the problem.

在SOAP请求的SOAPACTION字段有错误的URI

The 'SoapAction' field in the soap request had the wrong URI

我建议使用HTTP嗅探器。 。HTTP嗅探器会显示SOAP性能

I recommend using a HTTP sniffer. The http sniffer will show the SOAP properties.

SOAPAction报属性应该是这样的:的 http://tempuri.org/YourServiceMethodName

The "SOAPAction" property should have something like : http://tempuri.org/YourServiceMethodName