I think I see part of it: http://camel.apache.org/cxf.html
In the section How to deal with the message for a camel-cxf endpoint in PAYLOAD data format My webservice simply taking in an ID, which I can then consume. I was wondering then how can I publish a WSDL for it? Thanks! On Wed, Jul 31, 2013 at 7:38 AM, John D. Ament <john.d.am...@gmail.com>wrote: > Hi all > > I was wondering, how can I dynamically register CXF endpoints? I'm using > the Java DSL. I'd like to manually instantiate the endpoint via java DSL > and route to a certain destination. I'd also like to route the request > through our translation and then put it on to a queue. > > John >