Skip to content

Releases: vpulim/node-soap

Version 0.4.3

08 Apr 06:12
Compare
Choose a tag to compare

Note: An error occurred while publishing this version to npm. The version may be referenced via the 0.4.3 tag in the repo.

  • Refactored WS-security. small modifications to pull #275
  • Updated readme to add documentation for passing options to a client request
  • Added null check for portType and methods[methodname].output
  • Fixed issue where requests that included compex types led to invalid request XML.
  • Support for attributes array elements and support for complex extensions with array elements.
  • Make sure callback is done asynchronously for a cached wsdl
  • Added WSDL inheritance support (#133).

Version 0.4.2

13 Mar 23:03
Compare
Choose a tag to compare
  • Added the ability to inspect and clear soap headers.
  • Reducing test wsdl size.
  • No longer prefixing elements with a default namespace prefix i.e. xmlns.

Version 0.4.1

05 Mar 02:07
Compare
Choose a tag to compare

Note: An error occurred while publishing this version to npm. The version may be referenced via the 0.4.1 tag in the repo.

  • package; increased minor version to 0.4.1
    • Adding an npmignore on test/
    • Tests are linted
    • Attributes may be added to requests and parsed from responses
    • Tests were added for ssl and client authentication
    • Support for import elements in WSDL documents.
    • Version in server response matches package.json
    • Describe errors fixed on OutputElements.
    • Support for Fault handling.

Version 0.4.0

16 Feb 01:01
Compare
Choose a tag to compare
  • package; increased minor version to 0.4 (xml parser change, tests)
  • remove execute privileges on files #216
  • add travis #219
  • add jshint for index.js #220
  • remove execute permissions on .gitignore #227
  • fixed; fix requests if SOAP service is not on port 80, do not crash on errors #228
  • fixed; undefined value for json in client method when message names end with Out or Output. #243
  • add non xmlns attributes to elements during response parsing #241
  • package; replace expat dependency with sax #246
  • fixed; "Uncaught TypeError: Cannot read property '0' of undefined" #248

Version 0.3.2

16 Feb 01:00
Compare
Choose a tag to compare
  • fixed; http request callback fires twice on error #120
  • fixed; handle connection errors #192
  • package; include mocha in devDependencies