I resolved putting direct in the *to* route.

So, my route is now 

<camel:camelContext id="pruebaBridgeLegacyRoute"
                trace="true">
                <camel:route id="rutaLegacy">
                        <camel:from 
uri="cxf:bean:pruebaBridgeLegacyConsumerEndpoint" />
                        <camel:to 
uri="direct:http://localhost/vessel_visitors.xml"; />
                </camel:route>

</camel:camelContext>

Thank you!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Create-a-Simple-CXF-Http-Route-tp5731090p5731100.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to