Add the transferFromBrokerage operation to the TransferCashInterface.
The operation has two inputs and an output.
Follow these instructions to add the operation:
- Click the Add Request Response Operation button
.
- Switch to the Properties view.
- Click the Properties tab.
- In the details section, click the Description tab.
- In the Name field, type transferFromBrokerage.
- Switch to the TransferCashInterface editor.
- Click the Add Input button
.
- Switch to the Properties view.
- Click the Properties tab.
- In the details section, click the Description tab.
- In the Name field, type brokerageAccount.The Data Type Selection window opens.
- In the Filter by type, namespace, or file (? = any character, * = any String) field, type BrokerageAccountBO.
- Click BrokerageAccountBO.
- Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/BrokerageAccountBO.xsd.
- Click OK.
- In the Type list, type BrokerageAccountBO [http://eMergedLibrary/com/emerged/portal].
- Switch to the TransferCashInterface editor.
- Click the Add Input button
.
- Switch to the Properties view.
- Click the Properties tab.
- In the details section, click the Description tab.
- In the Name field, type destinationAccount.The Data Type Selection window opens.
- In the Filter by type, namespace, or file (? = any character, * = any String) field, type BankAccountBO.
- Click BankAccountBO.
- Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/BankAccountBO.xsd.
- Click OK.
- In the Type list, type BankAccountBO [http://eMergedLibrary/com/emerged/portal].
- Switch to the TransferCashInterface editor.
- Click the Add Output button
.
- Switch to the Properties view.
- Click the Properties tab.
- In the details section, click the Description tab.
- In the Name field, type updatedDestinationAccount.The Data Type Selection window opens.
- In the Filter by type, namespace, or file (? = any character, * = any String) field, type BankAccountBO.
- Click BankAccountBO.
- Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/BankAccountBO.xsd.
- Click OK.
- In the Type list, type BankAccountBO [http://eMergedLibrary/com/emerged/portal].
- From the menu, select File > Save (or press Ctrl+S).

- From the menu, select File > Close (or press Ctrl+F4).The editor closes for TransferCashInterface.