Create the current account message flow
Use the following instructions to create the current account message
flow.
- Create a new message flow:
- Right-click the existing SCANodesSample Message Broker project, click New
> Message Flow.
- Set Message Flow Name to
CurrentAccount, click
Finish.
- In the Message Flow editor add and rename the nodes that are listed in the following
table.
Node type |
Node name |
SCAInput |
SCA Input |
Subflow |
CurrentAccountDebit |
Subflow |
CurrentAccountCredit |
SCAReply |
SCA Reply |
- Connect the nodes as described in the following table.
Node name |
Terminal |
Connect to this node |
SCA Input |
CurrentAccountDebit |
CurrentAccountDebit |
SCA Input |
CurrentAccountCredit |
CurrentAccountCredit |
CurrentAccountDebit |
Out |
SCA Reply |
CurrentAccountCredit |
Out |
SCA Reply |
- Customize the SCA Input node:
- Drag CurrentAccountRequest.insca from the
CurrentAccountMS project onto the
SCA Input node. The CurrentAccountRequest.insca
file is in the
CurrentAccountMS > Broker SCA Definitions > Inbound (invoked by SCA
Import) folder.
- Drag the CurrentAccountDebit flow onto the canvas as a subflow.
- Drag the CurrentAccountCredit flow onto the canvas as a subflow.
Back to Extend the sample
Back to sample home