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

A SOAP client and server for node.js.

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

Without namespace check this function fails with `Exception has occurred: TypeError: Cannot read properties of undefined (reading 'description')` if Message>Body tags deepper inside answer.

fixing @xmldom/xmldom Improper Input Validation by updating xml-crypto package from 2.1.3 to 2.1.5 this PR doesn't introduce breaking changes of xml-crypto v3

This PR aims to add more information and examples on how to use XML as a parameter instead of just a URL or PATH to create the SOAP client. This...

Refactor WSSecurityCert and WSSecurityCertWithToken to make it work with the latest xml-crypto. Fix invalid test xml strings in WSSecurityCert and WSSecurityCertWithToken tests. Update dependencies: - axios to 1.7.2 - debug...