@longweiquan/soap
v0.1.5
Published
Node Soap Client
Downloads
3
Readme
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
});