5.8.1 SERVICE_LOAD

Loads and initializes the service.

Syntax:

Command

Keyword

Value

Developer notes

SERVICE_LOAD

SERVICE

HTTPService

 

TRACE

 

Refer to Service Load Tracing for value details.

TRACE_NAME

 

TRACE_GROUP

 

BIND

 

Optional. See BIND.

SCHEMA

 

Optional. See SCHEMA.

VALIDATING

 

Optional. See VALIDATING.

DOMSET

 

Optional. See DOMSET.

DOMSETMODEL

 

Optional. See DOMSETMODEL.

DOMSETRESULT

 

Optional. See DOMSETRESULT.

ARCHIVE

 

Optional. See ARCHIVE.

ENCODING

 

Optional. See ENCODING.

*BINARY

Archive content with no encoding changes.

 

Associated Service Properties File

Properties that affect the operation of service are loaded from the HTTPService.properties file.

Example

SERVICE_LOAD SERVICE(HTTPService) TRACE(*YES)

 

Note:

If the ARCHIVE keyword is used the service will use the ENCODING keyword value if it is present or determine the encoding from the protocol content-type entry or use a default value to convert the received byte content to a Unicode string ready for the archiving stage.

The ENCODING keyword is only used when the service is going to archive the received content. The keyword value of *BINARY instructs the service to write the byte content unaltered to the archive file.

The ARCENCODE keyword controls the archive file content encoding.

If the content type is not of type text or XML, then the byte content is written to the file unaltered. So, posted images and PDF document and other non-text type content will be archive unaltered.