Using camel 2.8.3 (tried under 2.9.0 as well) I am trying to process a SOAP Message received from a <cxf:cxfEndpoint> "<from uri="cxf:bean:ControllerEndpoint?dataFormat=PAYLOAD&allowStreaming=true"/>
My problem is that I want to perform an xsl transformation with the header and body of the SOAP message and forward the request to another server. I need to insert the username from the ws-security header into the new request, which I can't seem to get without writing my own custom processor (which I am currently using). I would think I should be able to do this without any custom code, but I seem to only have access to the soap body, not the soap header. How can I get the full envelope to do my transformations against? Were am I missing the boat? Thanks for any help. -- View this message in context: http://camel.465427.n5.nabble.com/Access-the-entire-CXF-Payload-with-XSLT-tp5571577p5571577.html Sent from the Camel - Users mailing list archive at Nabble.com.