On Wednesday 08 October 2008, esmok wrote: > Hi, > I'm developing some web services using cxf currently. I need to access > username in ws-security usernamtoken from skelton. Is there a way to > do that. > > Thanks
If you inject in the WebServiceContext into your impl, you can get the WSS4J results vector from it. From that, you can grab all the ws-security information that you want. -- J. Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
