Hi, Can you show me the camel-cxf endpoint's configuration or the DSL of your router? I guess you are using the "MESSAGE" data format which only just get the message from the transport layer and don't pass the message through the CXF's logical interceptors.
Willem GLD wrote: > Hi all, > > I tried to use a CXF Camel behind the CXFSerlvet to consume my web service > and inject them in my Camel routes. > > It works fine but...... > In my processors, when try to lookup the request data (exchange.getIn()...), > I always got A SOAPMessage object I would have liked to have the POJO bound > to my WSDL definition. > > In other words, I got a generic DOM like object I I would have liked a bound > object. > > Is it possible? > > Regards. > Guillaume > >