@wize/soap-source
v1.1.4
Published
Wizni Soap Source
Downloads
6
Readme
##SOAP SOURCE @wize/soap-source
##Description
Create source files for soap objects
##Usage
###Installation
npm install --save @wize/soap-source
###Initialize
import {generateSoapSource,readSoapSource} from '@wize/soap-source'
.
.
.
/*
data : Object of basic detail of soap connector
options : Authentication parameters (optional)
*/
generateSoapSource(data, ...options);
/*
directoryName : Sources directory of your application
*/
readSoapSource(directoryName)
##Test
npm run test
##License MIT License