This operation returns the versions of Oracle Determinations Server and Determinations Engine that are currently running as well as the Determination Engine's timezone. This can be used for things such as reporting, diagnostics, and compatibility guarantees.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://oracle.com/determinations/server/10.4/server/types">
<soapenv:Header/>
<soapenv:Body>
<typ:get-server-info-request/>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i18n="http://www.w3.org/2005/09/ws-i18n" xmlns:typ="http://oracle.com/determinations/server/10.4/server/types">
<SOAP-ENV:Header>
<i18n:international>
<i18n:locale>en_US</i18n:locale>
<i18n:tz>GMT+08:00</i18n:tz>
</i18n:international>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<typ:get-server-info-response>
<typ:determinations-server-version>10.4.7.86</typ:determinations-server-version>
<typ:determinations-engine-version>10.4.7.86</typ:determinations-engine-version>
<typ:interview-engine-version>10.4.7.86</typ:interview-engine-version>
<typ:determinations-engine-timezone>China Standard Time</typ:determinations-engine-timezone>
</typ:get-server-info-response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Both the Determinations Server and Determinations Engine version string will be formatted as:
<major number>.<minor number>.<patch number>.<revision number>