Implementing access operations
About this task
The two Web Service Access operations, wsBalanceAccessOp and wsCustInfoAccessOp, must be externalized in XML files.
From the RAD menu bar, click
File
>
New
>
Other
.
In the
Application Wizard
window, expand the BTT folder.
Select
Transaction
, and click
Next
.
Type a transaction file name, and click
Next
.
Select
Self-defined Operation
, and click
Finish
.
An operation transaction file is created. Open the transaction file with BTT Transaction Editor.
Create a new operation class with the same name as the operation transaction file to implement the com.ibm.btt.base.BTTServerOperation class.
In the Transaction Dashboard window, click
Generate
. A xml file with the same as the transaction file is generated.
Parent topic:
Implementing the application