@wize/soap-parser

Wrapper for wize soap parser java

Usage no npm install needed!

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

README

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