当我向服务器发送SOAP请求时,它会返回以下错误,尽管我使用SoapUI发送了类似的请求,这是可行的。似乎我需要将我的SOAP请求更改为使用SoapUI发送的SOAP请求。WSDL是。[ truncated ] System.Web.Services.Protocols.SoapException : The value of the
HTTPheader ' SOAPAction' was not recognized by the server
在我的公司里,我试图打电话给一个远程网络服务。由于专有原因,我无法提供web服务的URL。web服务只有一个名为getItemField的函数。,但是当我试图调用一个函数时,我会得到'no SOAPActionheader!'' => '""' );
//Call function (Both methods below throw the same 'no <e