This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

soap-easy
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

SOAP-EASY

Created to forget the configuration, based on SOAP library

Install

npm i soap-easy

How to Use

import {SoapClient} from "soap-easy";
...
 
public someSoap() {
    const soap = new SoapClient("WSDL_URL");
    const query = {
        param1: 1234,
    };
    
    const result = soap.callSerice("serviceFunction", query);
}
 

Link

See on GITHUB

See on NPM

Readme

Keywords

none

Package Sidebar

Install

npm i soap-easy

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

11.7 kB

Total Files

14

Last publish

Collaborators

  • isma90