Follow these steps to create the createAccount operation:
- Switch to the BankInterface editor.
- Click the Add Request Response Operation button
.
- Switch to the Properties view.
- In the details section, click the Description tab.
- In the Name field, type createAccount.
- Switch to the BankInterface editor.
- Click the Add Input button
.
- Switch to the Properties view.
- In the details section, click the Description tab.
- In the Name field, type inputCustomer.
The Data Type Selection window opens.
- In the Filter by type, namespace, or file (? = any character, * = any String) field, type CustomerBO.
- Click CustomerBO.
- Click http://BankModule/com/emerged/bank - BankModule/com/emerged/bank/CustomerBO.xsd.
- Click OK.
- In the Type list, type CustomerBO [http://BankModule/com/emerged/bank].
- Switch to the BankInterface editor.
- Click the Add Input button
.
- Switch to the Properties view.
- In the details section, click the Description tab.
- In the Name field, type inputAccount.
The Data Type Selection window opens.
- In the Filter by type, namespace, or file (? = any character, * = any String) field, type AccountBO.
- Click AccountBO.
- Click http://BankModule/com/emerged/bank - BankModule/com/emerged/bank/AccountBO.xsd.
- Click OK.
- In the Type list, type AccountBO [http://BankModule/com/emerged/bank].
- Switch to the BankInterface editor.
- Click the Add Output button
.
- Switch to the Properties view.
- In the details section, click the Description tab.
- In the Name field, type outputAccount.
The Data Type Selection window opens.
- In the Filter by type, namespace, or file (? = any character, * = any String) field, type AccountBO.
- Click AccountBO.
- Click http://BankModule/com/emerged/bank - BankModule/com/emerged/bank/AccountBO.xsd.
- Click OK.
- In the Type list, type AccountBO [http://BankModule/com/emerged/bank].