Creating the updateContactInformation operation
The updateContactInformation operation has the following input and output:
Input - customer with Customer type
Output - result with TrueOrFalse type
Follow these steps to add the createCustomer operation to the Bank interface:
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
updateContactInformation
.
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
customer
. 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://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/CustomerBO.xsd
.
Click
OK
.
In the
Type
list, type
CustomerBO [http://eMergedLibrary/com/emerged/portal]
.
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
. The
Data Type Selection
window opens.
In the
Filter by type, namespace, or file (? = any character, * = any String)
field, type
TrueOrFalseBO
.
Click
TrueOrFalseBO
.
Click
http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/TrueOrFalseBO.xsd
.
Click
OK
.
In the
Type
list, type
TrueOrFalseBO [http://eMergedLibrary/com/emerged/portal]
.
Parent topic:
Creating the Bank interface
Previous topic:
Creating the updateCustomer operation
Next topic:
Creating the createAccount operation