Thank you so much for your guidance. I have a question though:
cmoulliard wrote: > > <cxf:cxfEndpoint id="service" > address="http://localhost:9000/service" > serviceClass="com.mycompany.service.impl.ServiceImpl" > dataformat="PAYLOAD" > /> > > ServiceImpl implies that you're using the implementation class of the SEI, not just the SEI i.e. the class and not its interface. I'm curious as to what the implementation actually does. Are you able to show me what is inside ServiceImpl? In my case if the CXF unmarshalling is fine, and the service can successfully pass on the payload as an Exchange object to Camel, then I'm happy for a successful response to be returned to the web service client. Do I need a service implementation to achieve that or will Camel do something magical there? Thanks for helping me understand. Kind regards, Christopher -- View this message in context: http://www.nabble.com/Camel-inside-CXF-or-CXF-inside-Camel-tp20030207s22882p20041693.html Sent from the Camel - Users mailing list archive at Nabble.com.
