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:

  1. Retrieve an instance of CSClient from dsesrvce.xml configuration.
  2. Establish a session on the server by invoking an establishSession method.
  3. Handle any events fired by the CSClient service in the dispatchEvent method.