1ServiceNow::ConfiguratiUosne(r3)Contributed Perl DocumenSteartviiocneNow::Configuration(3)
2
3
4

Configuration module

6       Service-now Perl API - Ticket perl module
7

Desciption

9       An object representation of a Configuration object used to access your
10       Service-now instance.
11
12   System Requirements
13       The Service-now Perl API requires Perl 5.8 with the following modules
14       installed
15
16         * SOAP::Lite (prerequisites http://soaplite.com/prereqs.html) 0.71 or later
17         * Crypt::SSLeay
18         * IO::Socket::SSL
19

Constructor

21   new
22       new();
23
24       Example:
25
26         $conf = ServiceNow::Configuration->new();
27
28       Create a new Configuration object and start customizing it to be used
29       for other objects
30

Subroutines

32   getSoapEndpoint
33       getSoapEndpoint(target_table);
34
35       Gets the complete SOAP endpoint used to access your Service-now
36       instance, given the table name.
37
38   setSoapEndpoint
39       setSoapEndpoint(endpoint_url);
40
41       Sets the complete SOAP endpoint used to access your Service-now
42       instance
43
44   getUserName
45       getUserName();
46
47       Get the user name used to authenticate a connection to the SOAP
48       endpoint
49
50   setUserName
51       setUserName(user_name);
52
53       Set the user name used to authenticate a connection to the SOAP
54       endpoint
55
56   getUserPassword
57       getUserPassword();
58
59       Get the user password used to authenticate a connection to the SOAP
60       endpoint
61
62   setUserPassword
63       setUserPassword(user_password);
64
65       Set the user password used to authenticate a connection to the SOAP
66       endpoint
67
68   getConnection
69       getConnection(target_table);
70
71       Get the Connection object used to access the Service-now SOAP endpoint
72
73
74
75perl v5.32.0                      2020-07-28      ServiceNow::Configuration(3)
Impressum