soap-now
v1.0.4
Published
A small library to make SOAP requests easier with Node.js
Downloads
4
Readme
soap-now
A small library to make SOAP requests easier with Node.js
Installation
npm install soap-now
Requirements
- Node.js >=7.6.0 (async/await support)
Usage
Node.js
const soapRequest = require('soap-now');
// example data
## Changelog
[Changelog.md](CHANGELOG.md)
## Tests