Automic Workload Automation

Connecting to UC4 Webservice in Perl

  • 1.  Connecting to UC4 Webservice in Perl

    Posted Jul 01, 2015 07:42 AM
    Has anyone written Perl code to connect to UC4 Webservices using Perl? The following is the SOAP web service URL format:
    http://Servername:Port/uc4ws/uc4ws?wsdl

    The only help I need is in using SOAP::Lite to establish a connection to this WSDL service. Do you have a code snippet that you could share? I have tried different ways of connecting to this WSDL service, with not much luck. For example, to start with, I'd like to execute the 'logon' method and recieve the connection ID.