Re: Ws-Security ds:keyInfo for secrete key

2004-03-21 Thread Davanum Srinivas
http://ws.apache.org/ws-fx/wss4j/ --- Mei Wu <[EMAIL PROTECTED]> wrote: > Hi, > > I am developing a message level security framework in which secrete key is > included. I am a bit confused about how to create a ds:KeyInfo for such a > secrete key, since if I follow WS-Security to create: > >

Re: Ws-Security ds:keyInfo for secrete key

2004-03-20 Thread Mei Wu
On Saturday 20 March 2004 06:43 pm, Mei Wu wrote: I found the problem is actually caused by a global handler (samples.security.LogHandler) that I though was undeployed. So, it might be a much simpler question: how do I undeploy such a global handler? I did : java org.apache.axis.client.AdminCl

Ws-Security ds:keyInfo for secrete key

2004-03-20 Thread Mei Wu
Hi, I am developing a message level security framework in which secrete key is included. I am a bit confused about how to create a ds:KeyInfo for such a secrete key, since if I follow WS-Security to create: only, it will give me an AxisFault : "Didn't get a key"