1.1.4 • Published 7 years ago

@wize/soap-source v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

##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

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago