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:
- Create a new message set:
- Right-click the BankTransferMS message flow that you have just created,
click New > Message Set.
- Set Message set project name
and Message set name to
BankTransferMS, click Next.
- Select XML documents (general) from the list, click
Finish.
- Save and close messageSet.mset.
- Build a new Broker SCA message definition:
- Right-click the BankTransferMS message set that you have just created,
click New > Message Definition File From > SCA Import or Export.
- 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