Creating the transferFromBrokerage operation

Add the transferFromBrokerage operation to the TransferCashInterface. The operation has two inputs and an output.

Follow these instructions to add the operation:
  1. Click the Add Request Response Operation button Add Request Response Operation.
  2. Switch to the Properties view.
  3. Click the Properties tab.
  4. In the details section, click the Description tab.
  5. In the Name field, type transferFromBrokerage.
  6. Switch to the TransferCashInterface editor.
  7. Click the Add Input button Add Input.
  8. Switch to the Properties view.
  9. Click the Properties tab.
  10. In the details section, click the Description tab.
  11. In the Name field, type brokerageAccount.The Data Type Selection window opens.
  12. In the Filter by type, namespace, or file (? = any character, * = any String) field, type BrokerageAccountBO.
  13. Click BrokerageAccountBO.
  14. Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/BrokerageAccountBO.xsd.
  15. Click OK.
  16. In the Type list, type BrokerageAccountBO [http://eMergedLibrary/com/emerged/portal].
  17. Switch to the TransferCashInterface editor.
  18. Click the Add Input button Add Input.
  19. Switch to the Properties view.
  20. Click the Properties tab.
  21. In the details section, click the Description tab.
  22. In the Name field, type destinationAccount.The Data Type Selection window opens.
  23. In the Filter by type, namespace, or file (? = any character, * = any String) field, type BankAccountBO.
  24. Click BankAccountBO.
  25. Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/BankAccountBO.xsd.
  26. Click OK.
  27. In the Type list, type BankAccountBO [http://eMergedLibrary/com/emerged/portal].
  28. Switch to the TransferCashInterface editor.
  29. Click the Add Output button Add Output.
  30. Switch to the Properties view.
  31. Click the Properties tab.
  32. In the details section, click the Description tab.
  33. In the Name field, type updatedDestinationAccount.The Data Type Selection window opens.
  34. In the Filter by type, namespace, or file (? = any character, * = any String) field, type BankAccountBO.
  35. Click BankAccountBO.
  36. Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/BankAccountBO.xsd.
  37. Click OK.
  38. In the Type list, type BankAccountBO [http://eMergedLibrary/com/emerged/portal].
  39. From the menu, select File > Save (or press Ctrl+S).
    TransferCashInterface
  40. From the menu, select File > Close (or press Ctrl+F4).The editor closes for TransferCashInterface.

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.