1.0.8 • Published 8 years ago
@wize/soap-parser v1.0.8
SOAP Parser
@wize/soap-parser
Description
Parses wsdl files
Usage
Installation
npm install --save @wize/soap-parserInitialize
import soapParser from '@wize/soap-parser'
.
.
.
/*
wsdlUrl: wsdl url to parser
options : Authentication parameters (optional)
*/
soapParser.getWSDLData(wsdlUrl ...options);Test
npm run testLicense
MIT License