Write XML Hierarchy Method Arguments

The following table describes the input arguments for the Write XML Hierarchy method of the EAI XML Write to File business service.

Display Name Name Data Type Description

File Name

FileName

String

The name of the file where output is to be written. This is a required field.

XML Hierarchy

XMLHierarchy

Hierarchy

The XML Hierarchy Property Set.

Escape Names

EscapeNames

String

Invalid characters in XML tags will be escaped, using Siebel’s internal escape format.

If True, then Escape invalid characters (this is the default).

If False, then delete Escape characters.

XML Character Encoding

XMLCharEncoding

String

Outputs XML character encoding to use. If encoding is blank or not supported, then an error is produced.

Ignore Character Set Conversion Errors

IgnoreCharSetConvErrors

String

Default is False. If the Siebel application cannot represent a given character set, such as the local code page character set, then conversion errors are logged, including a warning log entry. When set to True, only a warning message is logged.

Tags on Separate Lines

Tags on Separate Lines

String

Default is True, which means that a line feed is placed at the end of each tag. If False, then no line feed is added to the end of each tag; the XML message is generated in a single line.

Generate Processing Instructions

GenerateProcessingInstructions

String

Default is True. If set to False, then the Siebel processing instructions are not written.