Read Siebel Message Method Arguments
This topic describes the input and output arguments for the Read Siebel Message method of the EAI XML Read from File business service.
Input Arguments
The following table describes the input arguments for the Read Siebel Message method of the EAI XML Read from File business service.
Display Name | Name | Data Type | Description |
---|---|---|---|
File Name |
FileName |
String |
The name of the file to be read. This is a required field. |
Integration Object Name |
IntObjectName |
String |
Name of the Integration Object to use in cases where the Siebel Message header is not present. |
Integration Object Lookup Rule Set |
IntObjectLookupRuleSet |
String |
Rule Set for the EAI Dispatcher Service for finding the Integration Object Name in cases where the Siebel Message header is not present. |
External Entity Directory |
ExternalEntityDirectory |
String |
Directory to use for finding external entities referenced in the XML document, such as DTDs. |
Truncate Field Values |
TruncateFieldValues |
String |
Default is True. If True, then truncate any fields longer than their maximum size. If False, report fields that are too long as errors. |
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. |
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 Read Siebel Message method of the EAI XML Read from File business service.
Display Name | Name | Data Type | Description |
---|---|---|---|
Siebel Message |
SiebelMessage |
Hierarchy |
The Integration Object Hierarchy converted from XML. |
XML Character Encoding |
XMLCharEncoding |
String |
Outputs XML character encoding to use. If encoding is blank or not supported, then an error is produced. |