Establishing a session
About this task
An application must establish a session before it can request to perform business processes.
To establish a session, the client code must do the following:
Procedure
Retrieve an instance of CSClient from dsesrvce.xml configuration.
Establish a session on the server by invoking an establishSession method.
Handle any events fired by the CSClient service in the dispatchEvent method.
Parent topic:
Tasks