Menu

Home Log in to Edit

giles3 Giles Lewis

This project has been abandoned

AltServiceNow has been replaced by ServiceNow::SOAP.

Please refer to one of the following links:

Introduction

AltServiceNow is Perl module which can be used to access ServiceNow via SOAP. This module is published as an alternate to ServiceNow Perl API.

This module utilizes SOAP::Lite.

This code is several years old, although it has evolved over time. The original version pre-dates ServiceNow's published Perl API. I decided to publish this module on SourceForge because I recently learned that the current version of ServiceNow's Perl API limits queries to 250 rows. This module has no such limitation. The getRecords method loops internally and will make as many Web Services calls as necessary to retrieve the requested information. Refer to setChunk for additional details.

Please refer to the [Methods] page for detailed documentation.

Installation Instructions

There is only one file: AltServiceNow.pm. Download it from the Files and copy it to the directory where you keep your perl scripts.
:-)

References

Examples


Related

Wiki: Convert DateTime fields to Local Time
Wiki: Create an Incident
Wiki: Debugging
Wiki: Display all fields in a record
Wiki: Encoded Query
Wiki: Methods
Wiki: Print a Sorted List of Servers (version 2)
Wiki: Print a Sorted List of Servers
Wiki: Read CI Relationships
Wiki: Retrieve a Change Request
Wiki: Retrieve records created or updated on specific dates
Wiki: Session Cookie