Run the SCA Nodes sample

If you encounter any problems when you run the sample, see Resolving problems when running samples in the IBM Integration Bus documentation.

You must have a browser client to start the bank transfer.

To call the consumer flow, which in turn calls the provider flow, complete the following steps:

  1. Start a browser client and, in the URI request field, enter the following address:
    http://localhost:7080/TransferRequestForm
    
  2. The form displays two user input fields, and savings and current account balances.
  3. Select the type of transfer request from the list and enter a currency amount to transfer.
  4. To send the request, click Submit.
  5. If the transfer request fails, the reason is displayed in a message. To refresh the bank transfer form and begin the process again, click OK.
  6. If successful, the transfer is confirmed by a message, which is shown in addition to a new savings balance.

Back to sample home