You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Eric Chow <er...@gmail.com> on 2006/11/29 05:22:42 UTC

Axis2 generate client stub in wsdl with session support

Hello,

How can I add session support with my generated client stub?



Bets regards,
Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Axis2 generate client stub in wsdl with session support

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Hi Eric;

you can do the following;
stub._getServiceClient().getOptions().setManageSession(true);

Thanks
Deepal

Eric Chow wrote:

> Hello,
>
> How can I add session support with my generated client stub?
>
>
>
> Bets regards,
> Eric
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>

-- 
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org