@wize/soap-source

Wizni Soap Source

Usage no npm install needed!

<script type="module">
  import wizeSoapSource from 'https://cdn.skypack.dev/@wize/soap-source';
</script>

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