Re: axis2 sessions - single sign on

2007-04-30 Thread Dimuthu
Hi Nencho, You can use IncludeToken attribute as follows. sp:UsernameToken sp:IncludeToken=http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Once; / Refer policy spec available here, ftp://www6.software.ibm.com/software/developer/library/ws-secpol122002.pdf Cheers, Dimuthu

axis2 sessions - single sign on

2007-04-27 Thread Nencho Lupanov
Hi all, i have a client that is forced (by ws security policy) to send username token. I need this client to send the token only one - the first time it contacts the service, so how can i dis-aplly(remove) the client side policy info from the client or how can i change the policy at the client