waterline-servicenow-soap
Provides easy access to ServiceNow's SOAP resources from Sails.js & Waterline.
This module is a Waterline/Sails adapter, an early implementation of a rapidly-developing, tool-agnostic data standard.
Installation
To install this adapter, run:
$ npm install waterline-servicenow-soap
Configuration
The following config options are available along with their default values:
config: url: host: 'demo002.service-now.com' username: null password: null;
Usage
var Waterline = _ = snBaseModel = ; var base = _; var collection = _; moduleexports = WaterlineCollection;
This adapter exposes the following methods:
find()
- Status
- Partial
create()
- Status
- Implemented
update()
- Status
- Implemented
destroy()
- Status
- Planned
count()
- Status
- Partial - only works when aggregate plugin is enabled.
Running the tests
All tests are run against publically available ServiceNow sandbox instances.
$ npm test