NODEJS - Publish and Monitor a SOAP service

You are viewing an old version (v. 2) of this page.
The latest version is v. 4, last edited on Oct 22, 2014 (view differences | )
<< View previous version | view page history | view next version >>

Requirements

Setup project (from CLI)

macosx / unix
window
> mkdir soap-service
> cd soap-sevice
> npm init 
> md soap-service
> cd soap-sevice
> npm init 

Install dependencies

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

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.