Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

soap-now

hackchan7MIT1.0.4

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

soap, http, axios, xml, wsdl

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

`js const soapRequest = require('soap-now');

// example data

Changelog

Changelog.md

Tests