IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Creating context data

Now we can create the context data of the transaction according to the design.

After you create the XUI Web project, you can create the context data of the transaction.
Note: For more information on creating the XUI Web project, see Creating the XUI web project.
We can create the global common data dictionary in the data.transaction file. We can also create transaction specific data in a self-defined flow or an operation transaction file.
In this sample, we will create the data self-defined flow or operation transaction file. Open the sampleFlow transaction editor, and then click the Data tab. For example, we will show how to add amount element. We can add new data element by right click on the sampleFlowKColl, and then click New Child > data as shown in Figure 1.
Figure 1. Creating data for a self-defined flow or an operation transaction file

In the Operation tab of the Transaction editor, add a new operation and create a template operation implement class. If the backend is Web Service provider, then WebSphere® Multichannel Bank Transformation Toolkit also has tooling to generate the WebService Calling operation automatically from WSDL. In the HTML Hello World sample, we just use hard coded as simulator the data that should be obtained from backend calling. Also for the operations that will be used in flow, we need to generate a flow event in operation class.

In the Data tab of the Transaction editor, add the data of the operation:



Feedback