soap-now

A small library to make SOAP requests easier with Node.js

Usage no npm install needed!

<script type="module">
  import soapNow from 'https://cdn.skypack.dev/soap-now';
</script>

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