loopbackio / loopbackio/strong-soap

No Action Header found with namespace

Open
#153 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.