During my work on a new web app sample for Camel that exposes a webservice I have had to figure out a few issues working with the CXF.
Combined with this sample and the existing docuementation we could improve the documentation in regards to:
- use CXF in a webapp (war file)
- how to generate source code based on a wsdl (contract first)
- how to startup in jetty and test it
- how to get in / out source generated objects from Camel exchange
- how to use a POJO as the endpoint impl and then use eg. a producertemplate to send a message to camel routing.
- etc. etc.