Design the data flow to retrieve email
Procedure
- Drop the following components from the Palette onto the design workspace: a tFixedFlowInput, a tESBConsumer, two tXMLMap, and two tLogRow components.
- Right-click the tFixedFlowInput component, select Row > Main from the contextual menu and click the first tXMLMap component.
- Right-click the tXMLMap component, select Row > *New Output* (Main) from the contextual menu and click the tESBConsumer component. Enter payload in the popup dialog box to name this row and accept the propagation that prompts you to get the schema from the tESBConsumer component.
- Right-click the tESBConsumer component, select Row > Response from the contextual menu and click the second tXMLMap component.
- Right-click the second tXMLMap component, select Row > *New Output* (Main) from the contextual menu and click the second tLogRow component. Enter response in the popup dialog box to name this row.
- Right-click the tESBConsumer component again, select Row > Fault from the contextual menu and click the other tLogRow component.