Create the bank transfer request message set

The SCA message set that is used in this sample is defined from WebSphere Process Server resource files. The WebSphere Process Server resource files are packaged as part of the SCA module that is exported in the form of a project interchange file (WIDSavingsAccount.zip) that contains a WebSphere MQ export binding that is used to interface with the broker.

Use the following instructions to create the bank transfer request message set:

  1. Create a new message set:
    1. Right-click the BankTransferMS message flow that you have just created, click New > Message Set.
    2. Set Message set project name and Message set name to BankTransferMS, click Next.
    3. Select XML documents (general) from the list, click Finish.
    4. Save and close messageSet.mset.
  2. Build a new Broker SCA message definition:
    1. Right-click the BankTransferMS message set that you have just created, click New > Message Definition File From > SCA Import or Export.
    2. Select Select archive from outside workspace and browse to the location of the WIDSavingsAccount.zip file, click Finish.

You can now create the bank transfer request message flow, see Create the bank transfer request message flow.

Back to Build the sample

Back to sample home