DOMSET

LANSA Integrator

DOMSET

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.

DOMSET

*STREAM

Read XML directly.

*READER

Process XML into an ideal form and pass to XML parser as a StringReader.

 

Example

 

SERVICE_LOAD DOMSETMODEL(*DOCUMENT) DOMSET(*STREAM) DOMSETRESULT(*FILE)