Implementing access operations

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