1.0.8 • Published 7 years ago

@wize/soap-parser v1.0.8

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

SOAP Parser

@wize/soap-parser

Description

Parses wsdl files

Usage

Installation

npm install --save @wize/soap-parser

Initialize

import soapParser from '@wize/soap-parser'
.
.
.
/*
wsdlUrl: wsdl url to parser
options : Authentication parameters (optional)
*/
soapParser.getWSDLData(wsdlUrl ...options);

Test

npm run test

License

MIT License