I solved this by grabbing the "Set-Cookie" header coming back from the web
service and then adding it as a "Cookie" header.

    <setHeader headerName="Cookie">
    <simple>${header.Set-Cookie}</simple>
    </setHeader>

Maybe there is a better way to do this, but it works for now. 



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-Maintain-Session-with-CXF-tp5760786p5760840.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to