You can manage the sessions yourself by generating your own token via a
return value and mandate the passing of it back in a future calls, but then
you have to manage the token yourself. That does have the advantage of after
a few days work its stable and flexible. I've done that with both ehcache /
UUID and alternatively ejb stateful session beans.

HTH,
Robert

On 5/2/07, Glen Mazza <[EMAIL PROTECTED]> wrote:

Can't answer your second question, but the first one may be "no".  The
bottom of page 1 of the below article states "Managing a SOAP session
requires you to engage addressing modules on both the server side and
client side":

http://www.developer.com/java/web/article.php/3620661

Hopefully a more advanced user can think of another option for you.

Glen


Am Mittwoch, den 02.05.2007, 12:37 -0400 schrieb Vickram Jain:
> Is there a way to generate sessions without using the WS-Addressing
> module?
>
> The consumer for my application has trouble dealing with XML as it is,
> and so keeping our message pared down is important. I'd hate to have
> to fatten up my messages at this point.
>
> If this is not possible, then one other question: is addressing module
> only set to respond with a session token only if the caller uses the
> addressing headers?


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


Reply via email to