Hi Magnus, a more SOAP conform way is the usage of SOAP headers containing a session id. A custom handler could help to implement it transparent for the client and server.
Thomas > -----Urspr�ngliche Nachricht----- > Von: Magnus Sandberg [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 6. November 2003 09:47 > An: [EMAIL PROTECTED] > Betreff: Services sharing same session > > > > 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 >
