Retrieve OIPA Properties Information
The PAS Properties Web Service is exposed to allow an external application to retrieve all property values from the PAS.properties configuration file.
It is available using the getPASProperties operation on the wsdl &ldots;/PASJava/service/PASProperties?wsdl.
Note: Refer to the File section for additional information on creating Web Services.
A request does not take any parameters. The response XML from a call to this service has PasProperties as the root element. Then there is a child property element for each property in the file. Below is a sample response from calling this service (not all properties are included):
<PasProperties>
<Property NAME=”application.defaultCurrencyCode”>USD</Property>
<Property NAME=”application.databaseType”>Oracle</Property>
<Property NAME=”transaction.manager”>jpa</Property>
</PasProperties>
Note: For a complete list of properties and their definitions, refer to the OIPA System Properties document on OTN in the Insurance | Policy Administration library for your release.