Can you show me how did you create the camel context and setup the route 
builder?

--  
Willem Jiang

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



On March 5, 2015 at 7:35:53 PM, cgiera (christoph.gi...@mic-cust.com) wrote:
> How can I configure this endpoint correctly so that I don't loose any
> parameter of my "normal" URI?
>  
>  
> I've tried this:
>  
>  
> But then the service is not available.
>  
> kind regards,
> Christoph
>  
>  
> yogu13 wrote
> > I am assuming you are using java dsl.. in that case you create instance as
> > below
> >
> > CxfEndpoint inboundCxf = new CxfEndpoint();
> > inboundCxf.setAddress("...");
> > inboundCxf.setCamelContext(camelContext);
> > inboundCxf.setDataFormat(DataFormat.RAW);
> > inboundCxf.SetCxfEndpointConfigurer
> >
> > and finally use this instance from(inboundCxf).routeId(routeId).to(...)
> >
> > Hope this helps!
> >
> > Regards,
> > -Yogesh
>  
>  
>  
>  
>  
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Cxf-How-can-I-change-the-namespace-of-my-incoming-message-tp5763634p5763660.html
>   
> Sent from the Camel - Users mailing list archive at Nabble.com.
>  

Reply via email to