Loads and initializes the service.
Syntax:
|
Associated Service Properties File
Properties that affect the operation of service are loaded from the HTTPInboundXMLBindService.properties file.
Example
SERVICE_LOAD SERVICE(HTTPInboundXMLBindService) TRACE(*YES)
If there is content, the service checks that the content type belongs to the XML 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, it is assumed the data is XML.
The service determines the encoding to apply to the received content to convert it to Unicode.
The service determines if this Unicode data needs to be archived.
The service determines if schema validation is turned on.
The service determines if the query string parameters need to be bound to the program fields or list.