/soap-client-example

The simplest SOAP Web Service client example in node.js

Primary LanguageJavaScriptMIT LicenseMIT

soap-client-example

The simplest SOAP Web Service client example in node.js

Get the XML body from SOAP envelope with the soap library and trasforms it to JSON with the xml2js converter.

Run

$ npm install

$ node main.js

(Tested with node v4.5.0)