RE: WS-Security UsernameToken and WS-Security Encryption together

2009-01-12 Thread Colm O hEigeartaigh
ts.ENCRYPTION_PARTS, "{Content}{" + WSConstants.WSSE_NS + "}UsernameToken" ); Colm. -Original Message- From: Lawrence Johnbosco [mailto:lawrence.johnbo...@gmail.com] Sent: 08 January 2009 19:40 To: users@cxf.apache.org Subject: WS-Security UsernameToken and WS-Security Encryptio

Re: WS-Security UsernameToken and WS-Security Encryption together

2009-01-08 Thread Lawrence Johnbosco
Thanks Steve, I'll give a try. Lawrence. On Thu, Jan 8, 2009 at 4:03 PM, Steve Shaw wrote: > On Thu, 2009-01-08 at 14:40 -0500, Lawrence Johnbosco wrote: > > > Do any of you have a working sample that implements both the WS-Security > > UsernameToken and WS-Security E

Re: WS-Security UsernameToken and WS-Security Encryption together

2009-01-08 Thread Steve Shaw
On Thu, 2009-01-08 at 14:40 -0500, Lawrence Johnbosco wrote: > Do any of you have a working sample that implements both the WS-Security > UsernameToken and WS-Security Encryption together? I'm trying with two WSS4J > In and Out Interceptors - one for UsernameToken and the other for

WS-Security UsernameToken and WS-Security Encryption together

2009-01-08 Thread Lawrence Johnbosco
Hi, Do any of you have a working sample that implements both the WS-Security UsernameToken and WS-Security Encryption together? I'm trying with two WSS4J In and Out Interceptors - one for UsernameToken and the other for WS-Security Encryption but ran into issues. Thanks, Lawrence