getApplicationInfo

Gets information about the version of the application and database, and the IBM TRIRIGA connector for business applications.

Returns

An ApplicationInfo object is returned.

Errors

java.lang.Exception
A system error occurred when the request was being processed.

Sample request

<soapenv:Envelope 
	xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
	xmlns:ws="http://ws.tririga.com">
   <soapenv:Body>
      <ws:getApplicationInfo/>
   </soapenv:Body>
</soapenv:Envelope>

Sample response

<soap:Envelope 
	xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soap:Body>
      <getApplicationInfoResponse xmlns="http://ws.tririga.com">
         <out>
            <apiVersion xmlns="http://dto.ws.tririga.com">2</apiVersion>
            <dbBuildNumber xmlns="http://dto.ws.tririga.com">30146</dbBuildNumber>
            <tririgaBuildNumber xmlns="http://dto.ws.tririga.com">30146</tririgaBuildNumber>
         </out>
      </getApplicationInfoResponse>
   </soap:Body>
</soap:Envelope>