I am a newbie in this domain and have very hard time understanding all these security feature. I am interested by a simple symmetric handler implementation : miguel is it possible for you to post your solution to the ML ?
Thanx Seb Miguel A Paraz wrote: > > On 2/12/07, Tomek Sztelak <[EMAIL PROTECTED]> wrote: >> if you have working handler, then should be no problem with porting it to >> XFire. >> You just need to add DomInHandler ( to have access to message's DOM >> representation ) to handlers chain and move your decryption code to >> new XFire handler. > > I looked at the DOMInHandler documentation and saw how to access the > org.w3c.org.Document. > > Yes, this does fit the existing code I have. It takes in the > SOAPMessage from the Axis MessageContext, converts it with > WSS4JHandler.messageToDocument(), converts to a String > XMLUtils.PrettyDocumentToString(), then encrypts it with the > SecretKey. > > Thanks! > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/WS-Security-with-symmetric-key-only-tf3213369.html#a9200941 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
