Previous Topic: getAttachmentsNext Topic: getMatchingEvents


getITPamVersionInfo

Use this method to obtain CA Process Automation version details.

Example

<tns:getITPamVersion xmlns:tns="http://www.ca.com/itpam">
<tns:auth>
<!--xsd:Choice Type-->
<tns:token>token__</tns:token>
<tns:user>Joe</tns:user>
<tns:password>thisismypassword</tns:password>
<tns:auth>
</tns:getITPamVersion>

SOAP Request

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<tns:getITPamVersion xmlns:tns="http://www.ca.com/itpam">
<tns:auth>
<tns:user>Joe</tns:user>
<tns:password>thisismypassword</tns:password>
<tns:auth>
</tns:getITPamVersion>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<servicePack> identifies the current CA Process Automation service pack (optional).

<patchNumber> identifies the current CA Process Automation patch number (optional).

<buildDetails> identifies any build details being used with the current CA Process Automation version (optional).

<majorVersion> identifies the current CA Process Automation version.

<minorVersion> identifies the current CA Process Automation minor version.

<buildNumber> identifies the current CA Process Automation build number.

<buildDate> identifies the current CA Process Automation build date.

SOAP Response

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ITPamVersionDetails xmlns="http://www.ca.com/itpam">
	<majorVersion>4</majorVersion>
	<minorVersion>0</minorVersion>
	<patchNumber>0</patchNumber>
	<buildNumber>335</buildNumber>
	<buildDate>2012-03-01T06:08:09.000+05:30</buildDate>
</ITPamVersionDetails>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

<majorVersion> identifies the current CA Process Automation version.

<minorVersion> identifies the current CA Process Automation minor version.

<patchNumber> identifies the current CA Process Automation patch number (optional).

<buildNumber> identifies the current CA Process Automation build number.

<buildDate> identifies the current CA Process Automation build date.

<buildDetails> provides additional details about the build (optional).