@longweiquan/soap

0.1.5 • Public • Published

Soap Client

const SoapClient = require('@longweiquan/soap');
const client = SoapClient({
    url: '$url',                        // target url
    header: '$header',                  // header object
    namespace: '$namespace',            // detail tag namespace
    soapNamespace: '$soapNamespace'     // Namespace for Envelope Header and Body
});

Readme

Keywords

Package Sidebar

Install

npm i @longweiquan/soap

Weekly Downloads

0

Version

0.1.5

License

ISC

Last publish

Collaborators

  • longweiquan