Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

NPM module containing the NetSuite SuiteTalk WSDL_v2017_1_0 files

Notifications You must be signed in to change notification settings

servel333/node-netsuite-suitetalk-wsdl-v2017-1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contains the NetSuite SuiteTalk WSDL_v2017_1_0 files with zero dependencies.

npm version

Install

npm install --save netsuite-suitetalk-wsdl-v2017-1.0

Usage

const soap = require('soap');
const wsdl = require('netsuite-suitetalk-wsdl-v2017-1.0');

soap.createClient(wsdl.file, (err, client) => {
  if(err) {
    console.log(err);
    process.exit(1);
  }

  // client ...
});

Some additional pre-compiled data is provided with this library.

const _ = require('lodash');
const wsdl = require('netsuite-suitetalk-wsdl-v2017-1.0');

var wsdlVersion = wsdl.version;
// "2017_1"

About

NPM module containing the NetSuite SuiteTalk WSDL_v2017_1_0 files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published