DOMSETMODEL

The optional keyword DOMSETMODEL specifies how the input XML source will be stored.

The default value for the DOMSETMODEL keyword is *STRING to maintain compatibility.

The recommended value is *DOCUMENT.

The DOMSET, DOMSETMODEL and DOMSETRESULT settings are used by commands like RECEIVE for inbound XML processing.

DOMSETMODEL

*DOCUMENT

Create XML DOM.

*STRING

Create XML String.

 

Example

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