Follow these steps to create the isWebLoginValid 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 isWebLoginValid.
- 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 customerName.
- In the Type list, type string.
- From the list, click string.
- 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 password.
- In the Type list, type string.
- From the list, click string.
- 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 result.
- In the Type list, type boolean.
- From the list, click boolean.

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