Home > database >  An error occurred when PB9 WEBSERVICE function called
An error occurred when PB9 WEBSERVICE function called

Time:09-25

Today when I call using PB9 WEBSERVICE function appear such mistakes:
Soap fault: the server did not recognize the value of HTTP header soapaction.
Don't know why, WEBSERVICE is connected, but the mistakes in the WEBSERVICE function called??

CodePudding user response:

Look from the tooltip to parse the soap protocol agreement failed, when using the soap protocol does not match, your web service is written in what, using a soapconnection object or ole webservice way call?

CodePudding user response:

The soapconnection object

CodePudding user response:

Your web service is written in what?

CodePudding user response:

The solution? How to solve the I also encountered this problem, the SOAP Fault: System. Web. Services. Separate Protocols. SoapException: the Server did not recognize the value of HTTP Header SOAPAction: http://tempuri.org/GetVersion * GetVersion * http://tempuri.org/.
The correct SOAPAction is http://tempuri.org/GetVersion, why go wrong?
  • Related