Node Descriptors
The sample Business Rules configuration defines the following XML mapping nodes:
- A node that maps the Business Rules fields to an XML node
- A node that maps the XML data to the Business Rules fields
The node descriptors for the XML mapping node are shown in the following example:
<?xml version="1.0"?>
<nodeDescriptor name="XmlDataProcessingNode_From" type="XmlMappingNode" >
<assignments>
<assignment field="ibmXmlDirection" type="string" value="FieldToXml" executionPoint="onEntry"/>
</assignments>
<initTask>XmlMappingSetupTask</initTask>
</nodeDescriptor>
<?xml version="1.0"?>
<nodeDescriptor name="XmlDataProcessingNode_To" type="XmlMappingNode" >
<assignments>
<assignment field="ibmXmlDirection" type="string" value="XmlToField" executionPoint="onEntry"/>
</assignments>
<initTask>XmlMappingSetupTask</initTask>
</nodeDescriptor>