Hi, I just stumbled over a small issue in the camel wiki and would be happy to fix it
https://camel.apache.org/cxf.html#CXF-Howtoconsumeamessagefromacamel-cxfendpointinPOJOdataformat In the code example line 9: BindingOperationInfo boi = (BindingOperationInfo)exchange.getProperty(BindingOperationInfo.class. *toString()*); should actually be: BindingOperationInfo boi = (BindingOperationInfo)exchange.getProperty(BindingOperationInfo.class. *getName()*); I would be happy to contribute to the docu where possible in future and thus having the rights to do so on my own would be great. :) confluence username: megglos Cheers Sebastian