In the sample, the presentation server has the following operations:
- An operation that signs the user onto the system. After the system
verifies the user ID and password, an account list is retrieved from
the dummy host and sent back to the client.
- A Web Service Access operation that uses the WS Connector Service
to invoke the remote account balance operation (wsBalanceAccessOp)
- A Web Service Access operation that uses the WS Connector Service
to invoke the remote get customer information operation (wsCustInfoAccessOp)
- An operation that signs the user off the system (logoffOp)