Write Siebel Message Method Arguments
The following table describes the input arguments for the Write Siebel Message 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. | 
| Siebel Message | Siebel Message | Hierarchy | The Integration Object Hierarchy to be converted to XML. | 
| XML Character Encoding | XMLCharEncoding | String | Character encoding in the XML document. If encoding is blank or not supported, then an error is produced. | 
| Use Siebel Message Envelope | UseSiebelMessageEnvelope | String | Default is True. Insert the Siebel Message Envelope into the XML document. | 
| 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 Namespace Declarations | GenerateNamespaceDecl | String | Default is False. If set to True, then the namespace declarations will be generated. | 
| Generate Processing Instructions | GenerateProcessingInstructions | String | Default is True. If set to False, then the Siebel processing instructions are not written. | 
| Generate Schema Types | GenerateSchemaTypes | String | Default is False. If set to True, then XSD schema types will be generated if set on the integration objects user properties. | 
| Namespace | Namespace | String | If a namespace is defined here, it will override any namespace defined in the user properties of an integration object. |