Page History
Loads and initializes the service.
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
SERVICE_LOAD | SERVICE | XMLBindFileService | |
TRACE | Refer to Service Load Tracing for value details. | ||
TRACE_NAME | |||
TRACE_GROUP | |||
SCHEMA | Optional. See SCHEMA. | ||
VALIDATING | Optional. See VALIDATING. | ||
DOMSET | Optional. See DOMSET. |
Associated Service Properties File
Properties that affect the operation of the XMLBindFileService are specified in the XMLBindFileService.properties file. The properties of interest fall into two categories:
...
validation.schema | Turns on or off XML schema validation |
validation.parser | Turns on or off XML validation. |
systemid.file | Specifies any DTD Entity Resolves you may wish to include. You may specify multiple DTD Entity Resolves here. |
Example
SERVICE_LOAD SERVICE(XMLBindFileSevice) DOMSET(*STREAM) TRACE(*YES)