XML Reference: Siebel eBusiness Application Integration Volume V > Siebel XML Converters > EAI XML Converter Business Service >

XML Document to Integration Object Hierarchy Method Arguments


Table 20 describes the input arguments for the XML Document to Integration Object Hierarchy method of the EAI XML Converter.

Table 20.  XML Document to Integration Object Hierarchy Method Input Arguments
Display Name
Name
Data Type
Description

XML Document

<Value>

String

The input XML document.

Integration Object Name

IntObjectName

String

Name of the Integration Object to use in cases where the Siebel Message envelope might not be present.

Integration Object Lookup Rule Set

IntObjectNameLookupRuleSet

String

Rule Set for the EAI Dispatcher Service for finding out Integration Object Name in cases where the Siebel Message envelope might not be present.

Validate External Entity

ValidateExternalEntity

String

If True, the parser will be set to validate against external metadata, such as DTDs.

External Entity Directory

ExternalEntityDirectory

String

The directory to use for finding external entities referenced in the XML document, such as DTDs.

Truncate Field Values

TruncateFieldValues

String

Default is False. If True, truncate any fields longer than their maximum size, as specified in the Integration Component field definition.

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—conversion errors are logged, including a warning log entry. When set to True, only a warning message is logged.

Contains Inline Attachments

ContainsInlineAttachments

String

This is True if the file attachment content was included in the original XML document; otherwise it is False. From MIME (Multipurpose Internet Mail Extensions) Converter only.

Tags on Separate Lines

Tags on Separate Lines

String

Default is False. When True, a line feed is placed at the end of each tag.

n/a

ProcessElementsOnly

String

Default is False. If set to True, processing of attributes is skipped. You must manually create and name this input argument if it is required by your business needs.

n/a

GenerateProcessingInstructions

String

Default is True. If set to False the Siebel processing instructions are not written. You must manually create and name this input argument if it is required by your business needs.

Table 21 describes the output arguments for the XML Document to Integration Object Hierarchy method of the EAI XML Converter.

Table 21.  XML Document to Integration Object Hierarchy Method Output Arguments
Display Name
Name
Data Type
Description

Siebel Message

SiebelMessage

Hierarchy

The Integration Object Hierarchy to be converted to XML.

XML Character Encoding

XMLCharEncoding

String

Character encoding of the XML document, detected by the converter independent of the parser.

XML Reference: Siebel eBusiness Application Integration Volume V