OFSConverter policy enables the transformation of data from OFS (Open Financial Service) message format to XML 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 output ports in case of OFS to XML modes respectively. The same name will be used for generating the XML message sent. If it is set to null, then this property is ignored. |
|
Target Namespace |
Provide Target Namespace to be used in the generating schema and generating 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. |