Skip to content

isma90/easy-soap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published