At this point, Axis2 seems to have an WS-SecureConversation
implementation - i'd look there and see if both side support it.
Beyond that, I've rolled my own a few times and recommend it actually
- its pretty easy - sometimes easier then hunting down docs and hoping
both ends follow what little specs exist.

The best I can offer is some relatively ancient code from axis2 .94 -
and the docs are in portuguese ;-) . Anyways, all the code is in user
space so it should be fine.

http://braziloutsource.com/wss2.html

Search on UUID and it starts some xmlbeans code that generates a UUID
and stores it via ehcache. The idea is to login, generate a token and
return. Then pass the token back in and verify its valid and hasn't
expired.

HTH,
Robert

On Nov 14, 2007 5:14 PM, Rick Isaacs <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Does anyone have a simple client and service code demonstrating
> session management?
>
> After reading the article
>
> http://www.developer.com/java/web/article.php/3620661
>
> and checking the mailing list and surfing, I have not been able to get
> a simple management session sample
>
> to work and I could not find any sample in Axis2 download.
>
> Rick
>
> ---------------------------------------------------------------------
> 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