1ServiceNow::Connection(U3s)er Contributed Perl DocumentatSieornviceNow::Connection(3)
2
3
4
6 Service-now Perl API - Connection perl module
7
9 An object representation of a Connection object used to access your
10 Service-now instance. The Connection class can be overrided by the API
11 user for implementations other than the default SOAP::Lite dependency.
12 To override this class, provide the subroutines for new, open, and
13 send.
14
15 System Requirements
16 The Service-now Perl API requires Perl 5.8 with the following modules
17 installed
18
19 * SOAP::Lite (prerequisites http://soaplite.com/prereqs.html) 0.71 or later
20 * Crypt::SSLeay
21 * IO::Socket::SSL
22
23
24
25perl v5.38.0 2023-07-21 ServiceNow::Connection(3)