I use a cliente with classes generated by WSDL2Java.
 
Code generated is:
 
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException {
        try {
            org.apache.axis.client.Call _call = super._createCall();
            if (super.maintainSessionSet) {
                _call.setMaintainSession(super.maintainSession); 
            }
 
            org.apache.axis.client.Call _call = createCall();
            _call.invoke(....
 
Do you talk about this part of the cliente code?
 
----- Original Message -----
Sent: Thursday, September 08, 2005 8:12 AM
Subject: RE: Problem with session management

Do you use
  Service service=new Service();
 
  // if HttpSession support is needed
  service.setMaintainSession(true);
in your AxisClient code?
 
cu
   Merten
 

From: Jesús Daniel Blázquez Carazo [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 07, 2005 1:31 PM
To: axis-user@ws.apache.org; axis-dev@ws.apache.org
Subject: Problem with session management

I am trying to session management using a servlet client on jboss server.
...

Reply via email to