Hello, Can someone point me at an example of session support in CXF? I'm not configuring with Spring, so some code would be handy. The SOAP server to which my CXF client connects is using a session cookie and that needs to be presented across all calls after an initial "login" call.
Also, how does one get the response headers after a call? Thanks, John
