Hi, With jetty the route works great.
Much better now, but I am still learning about the fundamentals of the components because the its features some times is much similar. I thing the differences rising with details about archicteture of each one. There are more requisite for this route and I believe I will face more situations to learn. Thanks again Willem, I there more remarks will wellcome!!! <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cxf="http://camel.apache.org/schema/cxf" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd http://camel.apache.org/schema/cxf http://camel.apache.org/schema/cxf/camel-cxf.xsd"> <camelContext xmlns="http://camel.apache.org/schema/spring"> <route id="FZLBPMS_CAMEL_ROUTE___cxfrs_bean_rsRestServices_OrbeonServer"> <from uri="jetty:http://localhost:18181/orbeonservice/pega_dados_do_formulario?sessionSupport=true"/> <to uri="Handle_App_e_FormTitle_camming_from_orbeonformPROCESSOR"/> <setHeader headerName="CamelHttpUri"> <simple>http://localhost:8282/exist/rest/db/orbeon/fr/${header.fzlbpms_orbeon_app}/${header.fzlbpms_orbeon_form}/data/${header.fzlbpms_orbeon_dataId}/data.xml</simple> </setHeader> <inOut uri="http://doesnt.matter.we/override/it/anyways" /> </route> </camelContext> <bean id="Handle_App_e_FormTitle_camming_from_orbeonformPROCESSOR" class="br.edu.fzlbpms.service.orbeon.Pega_dados_do_formularioPROCESSOR" /> </beans> -- View this message in context: http://camel.465427.n5.nabble.com/Sharing-a-solution-for-discussion-tp5732560p5732806.html Sent from the Camel - Users mailing list archive at Nabble.com.