Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gflewis/servicenow-soap
A better perl API for ServiceNow
https://github.com/gflewis/servicenow-soap
Last synced: about 2 months ago
JSON representation
A better perl API for ServiceNow
- Host: GitHub
- URL: https://github.com/gflewis/servicenow-soap
- Owner: gflewis
- Created: 2015-04-23T00:36:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T17:17:19.000Z (almost 9 years ago)
- Last Synced: 2024-04-28T05:05:11.709Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 186 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# ServiceNow::SOAP
## Description
A better Perl API for ServiceNow.
This API is simpler than ServiceNow::Simple
and more powerful than ServiceNow's out-of-box Perl API.Features of this module include:
* Support for both Direct and Scripted Web Services API.
* Simple API which closely mirrors
ServiceNow's Direct Web Services API documentation.* Robust and easy to use methods for reading
large quantities of data
based on ServiceNow's best practice recommendations.* Specialized functions such as attachFile and getVariables.
## Installation
To install this module
perl Makefile.PL
make
make test
make install## Dependencies
SOAP::Lite
LWP::UserAgent
HTTP::Cookies
MIME::Base64
XML::Simple
Time::HiRes## License and Copyright
Copyright (C) 2015 by Giles Lewis
This is free software licensed under the terms of
the the Artistic License (2.0).