Loads and initializes the service.

Syntax:

Command

Keyword

Value

Developer notes

SERVICE_LOAD

SERVICE

HTTPInboundSVService


TRACE


Refer to Service Load Tracing for value details.

TRACE_NAME


TRACE_GROUP


BIND


Optional. See BIND.

ARCHIVE


Optional. See ARCHIVE.

CONTENT


Optional. See CONTENT.

ENCODING


Optional. See ENCODING.

Associated Service Properties File

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

Example

    SERVICE_LOAD SERVICE(HTTPInboundSVService) TRACE(*YES)


If there is content, the service checks that the content type belongs to the separated value group of content types, if it does not support the content type, then an error is returned to the program. Use the CONTENT keyword to override this check and to allow the service to receive the data.

The service determines:

  • the encoding to apply to the received content to convert it to Unicode;

  • if this Unicode data needs to be archived;

  • if the query string parameters need to be bound to the program fields or list.


  • No labels