SOAP Session
Axis2 Sessions and Service Instances
Submitted on May 6, 2008 - 00:14. Story : Level : Project :
In Axis2, there are four types of sessions that we talk about. Each session has a lifetime and characteristics specific to the session type. The available sessions in Axis2 can be listed as follows:
-
Request scope
-
SOAP session scope
-
Transport session scope
-
Application session scope
No votes yet
How to Pass the ServiceGroupId from one ServiceClient to Another
Submitted on February 6, 2008 - 00:58. Story : Level : Project : Realm :
When we invoke a service in a session-aware manner, deployed using SOAP, we need to retrieve the ServiceGroupId. This is not a problem if we use the same ServiceClient instance, however, when we use two or more different instances of a ServiceClient, then it is somewhat difficult to do so. In this story by Deepal Jayasinghe, he explains how to this can be done.

