Node Soap Versions Save

A SOAP client and server for node.js.

v0.38.0

3 years ago
  • [DOC] Remove duplicate paragraph and example code in Readme. (#1140)
  • [ENHANCEMENT] Add an option to for an envelopeKey for WSSecurity (#1143)
  • [FIX] Circular element references inside wsdl - assistance needed (#1142)
  • [MAINTENANCE] Bump typedoc to 0.20.36, update package-lock.json (#1141)

v0.37.0

3 years ago
  • [ENHANCEMENT] Add native support for short deserialization (#1136)
  • [FIX] Add handling for extension base without children (#1135)
  • [FIX] Arrays with proper prefix and namespace (#1137)
  • [MAINTENANCE] update xml-crypto version (#1138)

0.35.0

3 years ago
  • [MAINTENANCE] upgraded xml-crypto to latest version (#1131)

v0.34.0

3 years ago
  • [FIX] fix non lower case ?wsdl handling (#1129)
  • [FIX] Fixing bug: if options.signatureAlgorithm = ..sha256 => will be generated two Reference to Body. (#1128)
  • [MAINTENANCE] Remove constructor overload (#1127)
  • [MAINTENANCE] Drop bluebird (#1125)
  • [MAINTENANCE] Upgrade uuid (#1124)
  • [MAINTENANCE] Avoid lodash where possible (#1122)
  • [MAINTENANCE] Move static-serve to dev dependencies (#1121)
  • [MAINTENANCE] Replace concat-stream with get-stream (#1123)

v0.33.0

3 years ago
  • [ENHANCEMENT] Added an option to directly return the underlying sax stream (#1120)
  • [FIX] Convert decimals (#1118)
  • [MAINTENANCE] bump lodash to 14.17.19 (#1117)

v0.32.0

3 years ago
  • [ENHANCEMENT] Add overrideImportLocation option (#1114)
  • [FIX] Bug where no prototypical inheritence chain exists (#1110)
  • [FIX] Clear http client header (#1103)
  • [FIX] Escape username and password in wss (#1107)
  • [FIX] replace === with startsWith (#1116)
  • [MAINTENANCE] Move @types/requests dependency into devDependencies (#1111)

v0.31.0

3 years ago
  • [DOC] Update Readme.md (#1105)
  • [ENHANCEMENT] Client.methodAsync can have options as the second argument (#1104)
  • [FIX] Add WSDL xmlns header attribute (#1093)
  • [FIX] Catch errors when parsing WSDL (#1102)
  • [FIX] Fix min/maxOccurs parsing and handling (#1100)
  • [FIX] Fixes bug when envelopeKey is changed and WSSecurityCert is set (#1106)
  • [FIX] fix for circular descriptions (#1101)

v0.30.0

4 years ago
  • [ENHANCEMENT] Allow a fixed file path for local includes (#1089)
  • [ENHANCEMENT] New XML Signing Options, extra tags to sign and small bug fix (#1091)
  • [ENHANCEMENT] added forceMTOM option and updated the Readme (#1086)
  • [FIX] Added undefined check in WSDL.processAttributes (#1090)
  • [FIX] Fixes bug where methodName would not be included in the response event (#1087)
  • [FIX] fixed MTOM removing soap12header (#1084)

v0.29.0

4 years ago
  • [ENHANCEMENT] Added Options object for signer.computeSignature (#1066)
  • [FIX] Prototype pollution in lodash versions <=4.17.11. Hence, updating lodash version to ^4.17.15 in package.json and package-lock.json (#1085)
  • [FIX] Fix known vulnerabilities found by npm audit (#1083)
  • [FIX] Adjusts URL detection to be case insensitive (#1082)
  • [FIX] Fixed issue causing error message, "TypeError: Cannot read property 'output' of undefined" (#1081)

v0.28.0

4 years ago
  • [ENHANCEMENT] Added support for parsing of doubles and floats. (#1065)
  • [ENHANCEMENT] Adds promise server authentication (#1069)
  • [ENHANCEMENT] Expose the WSDL class (#1071)
  • [ENHANCEMENT] Now supporting XSI namespace overrides (#1079)
  • [ENHANCEMENT] added possibility to add action to content-type header (#1073)
  • [ENHANCEMENT] client.addSoapHeader() dynamic SOAP header (#1062)
  • [ENHANCEMENT] emit response events allowing user override on response XML (#1070)
  • [FIX] Fix description for recursive wsdl with extended element (#1078)
  • [FIX] Fixes issue with unknown ReadableStream type (#1076)
  • [FIX] Update types to make options optional for createClientAsync (#1068)
  • [FIX] fix for soap 1.2 content-type header, missing action key (#1075)
  • [FIX] types: move forceSoap12Headers to IWsdlBaseOptions (#1063)
  • [MAINTENANCE] Updated read me to reflect changes in soap.listen (#1060)