When you using the MESSAGE data format, you can consume and produce message 
body as a stream.

Please go through the camel-cxf wiki page[1] for more information.

[1]http://camel.apache.org/cxf.html  

--  
Willem Jiang

Red Hat, Inc.
Web: http://www.redhat.com
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.iteye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang  
Weibo: 姜宁willem





On Thursday, August 29, 2013 at 4:08 PM, Ernest Lu wrote:

> Hi,  
> I have the following route:  
>  
> from("cxf://http://0.0.0.0:8080/proxy?dataFormat=MESSAGE&serviceClass=com.ProxyClass";)
> .process(new Processor() {
> @Override
> public void process(Exchange exchange) throws Exception {
> //TODO
> }
> })
> .to("cxf://http://192.168.1.90:9005/helloService?dataFormat=MESSAGE";);
>  
> The last endpoint is a external web service.If the route receive a soap
> request,how do I factor out the message payloads and then create a
> correct request and send it to the external web service
>  
> thanks
>  
>  
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/CXF-Component-tp5738196.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to