Configuration and Administration

glog.webservice Properties

To control the behavior of Oracle Transportation Management, you can change settings in the glog.properties file or the appropriate property set.

Property

New in Version

Definition

glog.webservice.log

6.0

If set to True, the service message is logged.

glog.webservice.log.message

6.0

Log message content

Values: NONE/FULL

glog.webservice.pki.alias.*

6.3

Configure these properties if you need to associate a PKI keystore alias with a web service endpoint URL.

glog.webservice.processcontrol.<topic class name>

6.0

These items control which Process Control Topics are available as service messages.

Values: Class names

glog.webservice.serializer

6.3.6

This property controls the serialization logic used. It can have the following values: DEFAULT, TRANSFORMER, XMLHELPER. If an invalid name is given DEFAULT is assumed. The property defaults to DEFAULT, which in turn is set to use the XMLHELPER method of serialization. Setting to XMLHELPER means you want to use the deprecated Xerces XMLSerialization serialization logic.

glog.webservice.topic.<topic class name>

6.0

These items control which Action Topics are available as service messages.

Values: Class names

Related Topics