The optional keyword DOMSET allows the service to read the input XML source directly, or to pre-process the XML data into an ideal format for the Apache XML parser.
The default value for the DOMSET keyword is *READER to maintain compatibility.
The recommended value is *STREAM.
The DOMSET, DOMSETMODEL and DOMSETRESULT settings are used by commands like RECEIVE for inbound XML processing.
|
Example
SERVICE_LOAD DOMSETMODEL(*DOCUMENT) DOMSET(*STREAM) DOMSETRESULT(*FILE)