Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/servel333/node-netsuite-suitetalk-wsdl

NPM modules containing the NetSuite SuiteTalk WSDL files
https://github.com/servel333/node-netsuite-suitetalk-wsdl

netsuite netsuite-api netsuite-suitetalk nodejs

Last synced: about 1 month ago
JSON representation

NPM modules containing the NetSuite SuiteTalk WSDL files

Awesome Lists containing this project

README

        

## Quick start

```
make compile
```
* output in `.build/wsdl_v*`

## Contributing

* Download the WSDL zip file https://www.netsuite.com/portal/developers/resources/suitetalk-documentation.shtml
* Put in `wsdls/WSDL_v2020_1_0.zip`
* Edit `Makefile` to add this version
```
VERSIONS = \
2020_1_0 \
2019_1_0 \
...
```
* Run `make test`
* Commit and open a PR.