Hello, thanks your reply.
I modify my code:

                        <camel:to uri="xslt://toSoap.xslt" />    
                        <camel:bean beanType="CharsetProcessor"></camel:bean>
                        <camel:to 
uri="cxf:bean:serverEndpoint?dataFormat=MESSAGE" /> 

CharsetProcessor.java :
        public void process(Exchange exchange) throws Exception {               
                exchange.setProperty(Exchange.CHARSET_NAME, "utf-8");
        }

but it's unnormal as before.
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-set-camel-cxf-encoding-tp3388947p3389074.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to