XML Document to Integration Object Hierarchy Method Arguments

This topic describes the input and output arguments for the XML Document to Integration Object Hierarchy method of the EAI XML Converter.

Input Arguments

The following table describes the input arguments for the XML Document to Integration Object Hierarchy method of the EAI XML Converter.

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 set to True, then the parser will be set to validate against external metadata, such as DTDs.

If set to True, then the DOCTYPE definition must be included in the incoming XML header, for example:

<!DOCTYPE SiebelMessage SYSTEM
"c:\temp\ListOfMyInbound.dtd">

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, then 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, then 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.

Process Elements Only

ProcessElementsOnly

String

Default is False. If set to True, then processing of attributes is skipped.

Output Arguments

The following table describes the output arguments for the XML Document to Integration Object Hierarchy method of the EAI XML Converter.

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.