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

According to rfc 2384 (https://www.ietf.org/rfc/rfc2387.txt) the multipart/related Content-Type syntax allows only one `type`field The change with pr (https://github.com/vpulim/node-soap/pull/1173) changed the correct `start-info` field to `type`. This causes strict soap servers...

I have improved the input request parsing when there is no explicit body in the initial request Xml.

latest version of axios-ntlm fixes node v18 digital envelope error Error: error:0308010C:digital envelope routines::unsupported updated axios to latest: 1.3.2 updated axios-ntlm to latest: 1.4.0 (uses axios 1.3.2) also 2 tests...

This PR gets the tests working in Node 18+.

alteaに対するxmlToObjectで配列型を配列として変換してくれない問題を暫定的に解消。 node-soap的に望ましい実装ではなさそうだが...。

When using SOAP 1.2 the Fault error messages were `Uncaught Error: undefined: undefined`. They are now of the form `Uncaught Error: s:Sender: w:InternalError: The WS-Management service cannot process the request...

For cases where is needed log xml text with transactional information allocated in headers for example

This removes the following xmldom warning: ```js static [xmldom warning] attribute space is required"xmlns:wsu"!! at DOMHandler.warning (/node_modules/@xmldom/xmldom/lib/dom-parser.js:251:29) at parseElementStartPart (/node_modules/@xmldom/xmldom/lib/sax.js:398:19) at parse (/node_modules/@xmldom/xmldom/lib/sax.js:167:15) at XMLReader.parse (/node_modules/@xmldom/xmldom/lib/sax.js:47:3) at DOMParser.parseFromString (/node_modules/@xmldom/xmldom/lib/dom-parser.js:96:7) at...

* Use native string.trim instead of regex replace for performance. * Add tests surrounding trim function used in wsdl parsing. ## Issue with parsing large XML responses I recently noticed...