Create the current account message flow

Use the following instructions to create the current account message flow.

  1. Create a new message flow:
    1. Right-click the existing SCANodesSample Message Broker project, click New > Message Flow.
    2. Set Message Flow Name to CurrentAccount, click Finish.
  2. 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

  3. 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
  4. Customize the SCA Input node:
    1. 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.
  5. Drag the CurrentAccountDebit flow onto the canvas as a subflow.
  6. Drag the CurrentAccountCredit flow onto the canvas as a subflow.

Back to Extend the sample

Back to sample home