...
Parameter key | Possible values | Description | Available from version |
---|---|---|---|
SOAP.MONITORING.ENABLE_RATOR_MONITORING_HANDLER | T/F |
|
|
SOAP.MONITORING.ENABLE_XML_PERSISTENCY | T/F |
|
|
SOAP.MONITORING.OBJ_ID_KEY.<HookpointKeyName> | <Key name for Request XML Element whose value should be saved to the OBJECT_ID column of the SOAP_MONITORING table> | A generic request object value can be saved to the SOAP_MONITORING table into the new column called OBJECT_ID by configuring this parameter tree entry with the key name of the Element to be saved. So, it is possible to save a different object_id values for different soap hookpoints by configuring parameter entries with corresponding key name. Note that it is not possible to save ComplexValueDTO object values in this column OBJECT_ID. Only simple object type value can be saved. i.e the key name provided in the parameter tree entry must correspond to a request XML element of simple ValueDTO type (String/Boolean/Long/Date/Double) , not a ComplexValueDTO type. | 2.16-SNAPSHOT |
SOAP.VALIDATION.IS_ENABLED | Y/N |
|
|
SOAP.VALIDATION.PATH_TO_XMLS |
| Any path on a HDD where the application is deployed |
|
SOAP.VALIDATION.CACHE_ENABLED | Y/N | Sets if caching of validation XML files is enabled. If parameter is not present, caching is enabled | 2.8 |
SOAP.WORKFLOW.AUTHENTICATION.ENABLED | Y/N |
|
|
SOAP.WORKFLOW.AUTHENTICATION.HOOKPOINT_KEY |
| Authentication/Role management workflow hookpoint key |
|
SOAP.WORKFLOW.AUTHENTICATION.ADAPTER |
| Optional class name to handle authentication process |
|
BRAND.DEFAULT_ENABLED | Y/N | When enabled, workflows started by workflow SOAP will have brand in the context. | 2.14 |
...