The SCA Nodes sample contains two message flows that are deployed on IBM Integration Bus,
one that creates the bank transfer form that you complete and submit,
and one to process the submitted information to create a WebSphere MQ message request.
The message flows are in the SCANodesSample project under the following integration node schemas:
Ensure that local queue manager, IB9QMGR, exists with listener port, 2414. If not, create it.
Ensure the following local queues exist. If not, create them:
RECEIVE
SEND
Ensure that you have associated an integration node with the local queue manager, IB9QMGR.
If not, create an integration node.
Deploy the SCANodesSample.bar BAR file to the integration node.
A corresponding savings account, SCA service application, is implemented as a
business process and deployed on WebSphere Process Server.
The project interchange file, WIDSavingsAccount.zip,
in the SCANodesSample project,
must be exported from IBM Integration Bus to the local file system
and then imported into WebSphere Integration Developer on the same local machine.
Deploy the SavingsAccount application to WebSphere Process Server.
This application provides the SCA framework for a two-way message request-response
exchange between IBM Integration Bus and WebSphere Process Server applications.
Alternatively, deploy the WIDSavingsAccount.ear enterprise archive file
in the SCANodesSample project, directly to WebSphere Process Server.
The enterprise archive file must be exported from IBM Integration Bus to the local file system then
use either the administrative console or a script to install the application.
See the WebSphere Process Server information center for additional information.
Restart WebSphere Process Server to start the listener port.
See the WebSphere Process Server information center for additional information.
Export the SavingsAccount.txt file
from IBM Integration Bus to a temporary folder on the file system:
On Windows: this temporary folder is C:\tmp
On Linux: this temporary folder is /tmp
This file contains the initial savings account value of 100, which you can edit.
You have successfully set up the SCA Nodes sample.