hi, the names are confusing but they are doing two different things. cxf:bean is for receiving a message (e.g. soap) and processing it in the camel route or sending a message to an external service.
cxfbean is for hosting a cxf service and invoking it from the camel route. regards, aki 2013/9/15 Christian Müller <christian.muel...@gmail.com>: > We have both: > http://camel.apache.org/cxf.html > http://camel.apache.org/cxf-bean-component.html > > Not sure whether the second one provides additional/other features than the > first one... > > Best, > Christian > ----------------- > > Software Integration Specialist > > Apache Camel committer: https://camel.apache.org/team > V.P. Apache Camel: https://www.apache.org/foundation/ > Apache Member: https://www.apache.org/foundation/members.html > > https://www.linkedin.com/pub/christian-mueller/11/551/642 > > > On Sun, Sep 15, 2013 at 5:45 AM, Robert James Liguori > <glies...@yahoo.com>wrote: > >> Is it cxf:bean (http://camel.apache.org/components.html) >> >> >> or >> >> cxfbean: (http://camel.apache.org/cxf-bean-component.html) >> ?