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
