Hi, I have several Services running in the same Webapp. Axis seems to generate both server and client side OK - but I'd like to share the Session between the different services. A simple maintainSession() on the client and a getSession() on the server side doesn't seem to be good enough. I have also tried a bit using the HTTPSession but I can't get that to work either.
So how do I do this? Thanks, /Magnus
