Hi On Thu, Oct 20, 2011 at 6:08 PM, dmsilva <[email protected]> wrote: > Hi, > I'm new with CXF, and I think I can get my problem solved with CXF > interceptors. > I need to intercept a message and the inject it one portion of XML. There is > some way to do that? >
We have a transform feature which may be used to inject some simple fragments: https://cwiki.apache.org/confluence/display/CXF20DOC/TransformationFeature I've just updated the docs, CC-ing to Aki. Otherwise you can do modifications using DOM/stax/xslt - but I'm not sure how to do it in case of SOAP, depends on the requirements Cheers, Sergey > > Best Regards, > > Daniel > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Interceptor-transform-soap-message-tp4922221p4922221.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Sergey Beryozkin http://sberyozkin.blogspot.com Talend - http://www.talend.com
