You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working with SOAP for the first time and ran into this error: "No Action header was found with namespace 'http://www.w3.org/2005/08/addressing' for the given message."
I simply created a client and tried running a method and then I receive this error.
I also tried adding Soap header using function client.addSoapHeader() but that caused another error saying Bad Request.
The text was updated successfully, but these errors were encountered:
Hi, im having the same issue in the version 3.4.3, im calling the function 'setSOAPAction' but seems that it doesn't care.
do you need more information ?
I'm working with SOAP for the first time and ran into this error: "No Action header was found with namespace 'http://www.w3.org/2005/08/addressing' for the given message."
I simply created a client and tried running a method and then I receive this error.
I also tried adding Soap header using function
client.addSoapHeader()
but that caused another error saying Bad Request.The text was updated successfully, but these errors were encountered: