Thanks for this quick reply !

----- Original Message ----- From: "Deepal Jayasinghe" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, June 29, 2006 10:40 AM
Subject: Re: [Axis2] SESSION_MAINTAIN_PROPERTY problem


Hi ;
This is how it works in Axis2.

       Options options = new Options();
       *options.setManageSession(true);*
       ServiceClient sender = new ServiceClient(configContext, null);
       sender.setOptions(options);
       sender.sendReceive(payload.getBody().getFirstElement());

Loïc MAZE wrote:

Hi all,

I would like to know how to set the property SESSION_MAINTAIN_PROPERTY
to true.
It's very easy to make a such thing with Axis 1 but I've found
absolutely nothing with Axis 2.

Does anyone have some information in this regard ?

Best regards,
Loïc


--
Thanks,
Deepal
................................................................
~Future is Open~



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to