OFSConverter policy enables the transformation of data from XML format to OFS (Open Financial Service) message format.
Configuration
The properties that must be configured to use the policy are described below.
|
Property |
Description |
|---|---|
|
Root Name |
Provide Root element name to be used in generating structure of the input ports in case of XML to OFS modes respectively. The same name will be used for parsing the XML message received. If it is set to null, then this property is ignored. |
|
Target Namespace |
Provide Target Namespace to be used in the generating schema and parsing the XML message. |
|
Is Message Header Type |
Enable this property to generate the schema for header type (messages start with "HEADER=") messages. The generated schema will have record elements as children under the root element and record element will have fields configured above as children. |
|
Required Fields in Input/Output |
Provide the list of fields to be used in generating the schema. These fields will be added as children to the root element. |