The Web Services Reference describes the methods made available through the CA ITCM Web Service as described in the CA ITCM Web Service WSDL (webserviceapi.wsdl), which is in the top level CA ITCM install directory.
The CA ITCM Web Service exposes a series of utility methods that enable you to perform some common CA ITCM tasks. These methods are logically grouped as follows:
Each of the documented Web Service methods takes a session identifier as input. This session identifier is created for you when you log in to the CA ITCM web service using the method Login. The session identifier is unique to each web service session and maintains information about an authenticated user.
The Web Service methods may also take as input CA ITCM sequences and enumerations as described in this reference document.
Notes:
"http://<servername>/UDSM_R11_WebService/mod_gsoap.dll" (on Windows)
"http://<servername>/UDSM_R11_WebService" (on Linux)
The path is valid only if Default Web Site is listening on port 80 and SSL is not configured.
If the port number is not 80 or SSL is configured, the administrator has to modify the service end point in WSDL manually to comply with different port and SSL. For example, if port is changed to 5256, the service end point on Windows will be the following:
"http://<servername>:5256/UDSM_R11_WebService/mod_gsoap.dll"
If SSL is configured, use https instead of http.
This section contains the following topics:
DSM Web Services End Point for UTF-8 Strings
Automation Web Services End Point
Passing System Defined Groups as Parameters
CA ITCM provides a WSDL and an end point for UTF-8 strings. The new WSDL and end point are available in addition to the existing WSDL and end point. Following are the new WSDL and end point that enable DSM web services to accept or return UTF-8 strings:
WSDL: webserviceapi_utf8.wsdl
End point: http://<hostname>/DSM_Webservice/mod_gsoap_utf8.dll
You can access the new WSDL that points to the new end point using http://<hostname>/DSM_Webservice/wsdl
You can access the Automation Service URI and WSDL from the following locations:
In addition, on the server, the Automation Service WSDL file is available at the following location:
<DSM Installed folder>\webservices\wsdl\addons\AutomationService.wsdl
|
Copyright © 2013 CA.
All rights reserved.
|
|