Hi Mitchell, I have had strange requirements like before as well. I tend to use Camel and CXF endpoints inside of Camel. There is a Crypto component provided by Camel that might help simplify this:
http://camel.apache.org/crypto-digital-signatures.html However, if you don't want to use Camel, you will probably have to implement this manually in an interceptor. Best of luck. -Yogesh -- View this message in context: http://cxf.547215.n5.nabble.com/Intercept-and-Alter-SOAP-XML-in-CXF-tp5713339p5713341.html Sent from the cxf-user mailing list archive at Nabble.com.
