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:

  • Properties in the form service.xxxxx= that associate the service name that you specify in the BIND service command with the classes generated from the XML Binding Wizard. These properties are generated by the XML Binding Wizard when you build your project, so you do not have to manually enter them. You may have to deploy them to your production environment however – refer to XML Binding Wizard for more information.

  • General properties that provide default values affecting the operation of the service. These are described below:

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)
  • No labels