If you set
<parameter name="scope" value="session"/>
in your deploy.wsdd then you get one Service instance per HTTP session. Thus
this instance may
work as a simple bridge between Session and stateful EJB.
Session management works by default via cookie. Did not find the time till
yet to check if URL rewriting is available, too.
Worked as a snap for me.
Ciao,
Robert
> -----Urspr�ngliche Nachricht-----
> Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Im
> Auftrag von Alex Dovlecel
> Gesendet: Montag, 18. November 2002 17:17
> An: [EMAIL PROTECTED]
> Betreff: Re: Server side header management
>
>
> Does anyone know if I can keep the session id in the header... in
> order to
> make a statefull session calling???
>
> Like the way Apache Soap does it?
>
> Tx dovle