My current project requires the use of 3rd party Axis 1.* handlers to format
a SOAP message.  One of the handlers is a custom digital signature handler
which digitally signs selective parts of the message.  I have successfully
called the handler from a CXF SOAPHandler.  The problem is that the
subsequent conversion of the SoapMessage to a stream using StAX is
invalidating the digital signatures since the message is "rebuilt".  

Would it be possible to send the SOAPMessage from the handlers as-is without
processing by the StAX based interceptors?  If so, what would I need to do
to accomplish this?

Thanks for the help!
-- 
View this message in context: 
http://www.nabble.com/Sending-the-SOAP-message-without-StAX...--Is-it-possible--tp19867367p19867367.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to