The response contains three elements:
- determinations-server-version - the version of the Determinations Server
- determinations-engine-version - the engine version being used by the Determinations Server
- determinations-engine-timezone - the timezone in which the Determinations Engine is running.
<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.0/server/types">
<SOAP-ENV:Header>
<i18n:international>
<i18n:locale>en_US</i18n:locale>
<i18n:tz>GMT+1000</i18n:tz>
</i18n:international>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<typ:get-version-response>
<typ:determinations-server-version>10.2.0.1</typ:determinations-server-version>
<typ:determinations-engine-version>10.2.0.1</typ:determinations-engine-version>
<typ:determinations-engine-timezone>Eastern Standard Time (New South Wales)</typ:determinations-
engine-timezone>
</typ:get-version-response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>