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.

Reply via email to