Trusted connection

The trusted connection Web Service feature is used where there is a higher level of trust between EngageOne™ and a custom application. It can be configured setting proper properties in deploy.properties file. Refer to the EngageOne_Configuration_Checklist.pdf distributed with the release media for details.

See the EngageOne™ Programmer's Reference Guide for further background and details about this Web Service.

Updating the AM configuration

The following AM configuration settings can be modified in the config-settings.xml file.

Namespace Configuration Setting Description
com.pb.engageone OpenAm.url AM server URL
com.pb.engageone OpenAM.userid user ID used to connect to AM services
com.pb.engageone OpenAM.password the password of the above user
com.pb.engageone OpenAm.password.encrypted indicates whether or not the the password is encrypted

Note: By default the value of OpenAM.password is encrypted, so the default value of OpenAM.password.encrypted is TRUE. When you modify the password setting with plain text, you need to modify the value of OpenAM.password.encrypted to FALSE as well. The system would automatically encrypt the password value when application server is restarted.