node-soap icon indicating copy to clipboard operation
node-soap copied to clipboard

A SOAP client and server for node.js.

Results 71 node-soap issues
Sort by recently updated
recently updated
newest added

Now I update my node version from 22 to 24, and when i try to use the soap feature on a failed test, this works, catching the error, but I...

priority:low
in progress

It would be very handy to use server inside Lambda, maybe add a feature to create a SOAP server without an HTTP server and add a function that just takes...

in progress

Versions Affected: >= 1.4.0 (works in 1.3.0, broken in 1.4.0) Environment: Node.js 22, Express **Summary** After upgrading from 0.43.0 → 1.6.x, SOAP messages sent by our system stopped parsing correctly....

- Closes #1209 This PR supersedes PR #1209 (by @unilynx) by adding tests for 'ntlm' to be together with `httpAgent` and `httpsAgent`. I used two different approaches of creating the...

## Bug Description WSSecurityCert assigns the same ID (`_1`) to both Timestamp and Body elements, causing duplicate Reference URIs in the XML signature. This results in "Incorrect reference digest value"...

Creating this issue for myself, but any feedback is very welcome. Recently, I was working with Cytric cCDV API (owned by Amadeus) and they have pretty bad WSDL and request/response...

Working on a change that allows respecting the order imposed by `xs:sequence` in schema, which is an existing issue (#1267). Respecting the `xs:group` element is also of importance since there...

## Problem Some SOAP api have a staging and a production domain. They sometimes provide only the production wsdl files and hence the developper is responsible to manually change the...

On some distributions (e.g., RH-derivative EL9, such as AlmaLinux 9), SHA1 is deprecated by default and running e.g. `npm run cover` (and presumably `npm run test`) fails with: ``` 1)...