Read XML Hierarchy Method Arguments
This topic describes the input and output arguments for the Read XML Hierarchy method of the EAI XML Read from File business service.
Input Arguments
The following table describes the input arguments for the Read XML Hierarchy method of the EAI XML Read from File business service.
Display Name | Name | Data Type | Description |
---|---|---|---|
File Name |
FileName |
String |
The name of the XML file to read. This is a Required field. |
Escape Names |
EscapeNames |
String |
Invalid characters in XML tags will be escaped, using Siebel CRM’s internal escape format.
|
External Entity Directory |
ExternalEntityDirectory |
String |
Directory for external entities such as DTD files. |
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. |
Output Arguments
The following table describes the output arguments for the Read XML Hierarchy method of the EAI XML Read from File business service.
Display Name | Name | Data Type | Description |
---|---|---|---|
XML Character Encoding |
XMLCharEncoding |
String |
Character encoding of the XML document, detected by the converter independent of the parser. |
XML Hierarchy |
XMLHierarchy |
Hierarchy |
The XML Hierarchy property set. |