Create the current account message set

Use the following instructions to create the current account message set:

  1. Create a new message set:
    1. Click File > New > Message Set.
    2. Set Message set project name and Message set name to CurrentAccountMS, click Next.
    3. Select Web Services SOAP from the list, click Finish.
    4. Save and close messageSet.mset.
  2. Generate a new Broker SCA message definition:
    1. Create a new message definition file from a WSDL definition:
      1. Right-click the CurrentAccountMS message set that you created in the previous step.
      2. Click New > Message Definition File From > WSDL File.
    2. Select Select file from workspace, expand the SCANodesSample project and choose the CurrentAccount.wsdl WSDL file, click Next.
    3. Select the WSDL binding to import, click Finish.
    4. Generate a new WebSphere Message Broker SCA message definition:
      1. Right-click the CurrentAccountMS message set folder.
      2. Click Generate > Broker SCA Definition.
    5. Select the CurrentAccountMS/CurrentAccountMS message set folder from the list.
    6. Select Inbound Broker SCA Definition, select the Web Service Binding Type from the list.
    7. Enter CurrentAccountRequest as the SCA resource name, click Next.
    8. Select Use an existing deployable WSDL from the workspace:, open CurrentAccountMS and select currentaccount/CurrentAccount.wsdl. Click Next.
    9. Accept the default binding details, click Next.
    10. When generation is complete, in the WebSphere Message Broker SCA Definition wizard select Launch Export SCA Import or Export, click Finish.
    11. Export the SCA Import from the Broker SCA Definition. Expand and select CurrentAccountMS/SCA/CurrentAccountRequest.insca, click Next.
    12. 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.

  1. Right-click the SavingsAccount module, click Import.
  2. Select File System, click Next.
  3. Browse to the directory to which you exported the SCA Import from the Broker SCA Definition.
  4. 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