loopbackio / loopbackio/strong-soap
No Action Header found with namespace
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 410
- Forks
- 162
- Avg merge
- 4h 36m
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the client method call that raises the missing Action-header error, then inspect the addSoapHeader() path and the resulting request. Compare the outgoing SOAP action and namespace with the service's expected addressing format; done means the request succeeds without the reported header or Bad Request errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100