Maybe try something like this: org.apache.cxf.message.Message cxfMessage = camelMessage.getHeader(CxfConstant.CAMEL_CXF_MESSAGE, org.apache.cxf.message.Message.class); ServletRequest request = (ServletRequest)cxfMessage.get("HTTP.REQUEST");
-- View this message in context: http://camel.465427.n5.nabble.com/HttpServletRequest-associated-with-CXF-endpoint-tp5716897p5716898.html Sent from the Camel - Users mailing list archive at Nabble.com.