1.1.4 • Published 8 years ago

@wize/soap-source v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago