loopbackio / strong-soap

SOAP driver for Node.js (A complete rewrite of node-soap)
Other
391 stars 158 forks source link

No Action Header found with namespace #153

Open NaurozAhmad opened 6 years ago

NaurozAhmad commented 6 years ago

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.

shafiqrathore commented 1 year ago

I am still facing this issue "$value":"No Action header was found with namespace 'http://www.w3.org/2005/08/addressing' for the given message"

EdgarAlonsoPerez commented 1 year ago

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 ?