Create the current account message set
Use the following instructions to create the current account message set:
- Create a new message set:
- Click File > New > Message Set.
- Set Message set project name and
Message set name to CurrentAccountMS,
click Next.
- Select Web Services SOAP from the list, click
Finish.
- Save and close messageSet.mset.
- Generate a new Broker SCA message definition:
- Create a new message definition file from a WSDL definition:
- Right-click the CurrentAccountMS message set that you created in the previous step.
- Click New > Message Definition File From > WSDL File.
- Select Select file from workspace, expand the
SCANodesSample project and choose the CurrentAccount.wsdl WSDL file,
click Next.
- Select the WSDL binding to import, click Finish.
- Generate a new WebSphere Message Broker SCA message definition:
- Right-click the CurrentAccountMS message set folder.
- Click Generate > Broker SCA Definition.
- Select the CurrentAccountMS/CurrentAccountMS message set folder from the list.
- Select Inbound Broker SCA Definition,
select the Web Service Binding Type from the list.
- Enter CurrentAccountRequest as the SCA resource name, click
Next.
- Select Use an existing deployable WSDL from the workspace:,
open CurrentAccountMS and select
currentaccount/CurrentAccount.wsdl.
Click Next.
- Accept the default binding details, click Next.
- When generation is complete, in the WebSphere Message Broker SCA Definition wizard select
Launch Export SCA Import or Export,
click Finish.
- Export the SCA Import from the Broker SCA Definition. Expand and
select CurrentAccountMS/SCA/CurrentAccountRequest.insca, click
Next.
- Select Export to an external directory, enter the
directory to export to, click Finish.
To import the Broker SCA Definition for the current account into WebSphere Integration Developer,
switch to the Business Integration perspective.
- Right-click the SavingsAccount module, click Import.
- Select File System, click Next.
- Browse to the directory to which you exported the SCA Import from the
Broker SCA Definition.
- Select all of the files that were exported, click Finish.
You can now create the current account debit message subflow, see
Create the current account debit message subflow.
Back to Extend the sample
Back to sample home