mkjsix / soap-client-example

The simplest SOAP Web Service client example in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

The simplest SOAP Web Service client example in node.js

License:MIT License


Languages

Language:JavaScript 100.0%