NODEJS - Publish and Monitor a SOAP service

Version 1 by Bartolomeo Sorrentino
on Oct 22, 2014 12:12.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View page history
h2. Requirements
 
* *NODEJS* installed [download|http://nodejs.org/download/]
* *NPM* installed [home|https://github.com/npm/npm]


h2. Setup project (from CLI)


|| macosx / unix\\ || window\\ ||
|{noformat}> mkdir soap-service
> cd soap-sevice
> npm init {noformat}|{noformat}> md soap-service
> cd soap-sevice
> npm init {noformat}|

h2. Install dependencies

|| ||
|{noformat}> npm install http-proxy --save
> npm install git://github.com/bsorrentino/node-soap-server#develop --save {noformat}|

h2.