Sharing session between servlets and soap services

2004-01-20 Thread Rodrigo Del Canto
Hi, i want to create a session in the soap service and then access the same session and attributes in a servlet. where i can find more documentation? where i can see some code? somebody could solve this? please help me!, thanks delkant

Re: sharing session between servlets and soap services

2003-10-17 Thread Justin Ruthenbeck
ope that answered some of your questions, Lucas McGregor - Original Message - From: "Justin Ruthenbeck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 6:34 PM Subject: RE: sharing session between servlets and soap services > > I&#

Re: sharing session between servlets and soap services

2003-10-17 Thread Lucas McGregor
> >Subject: Re: sharing session between servlets and soap services > > > > > >Apparently the session support is still being worked on, although I have > >little clue what the plans are. > > > >You can sub-class the AxisServlet if you need to access servlet &g

RE: sharing session between servlets and soap services

2003-10-16 Thread Justin Ruthenbeck
Original Message- From: Henrik Vendelbo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 6:08 PM To: [EMAIL PROTECTED] Subject: Re: sharing session between servlets and soap services Apparently the session support is still being worked on, although I have little clue what the pl

RE: sharing session between servlets and soap services

2003-10-16 Thread Abhijat Thakur
, 2003 6:08 PM To: [EMAIL PROTECTED] Subject: Re: sharing session between servlets and soap services Apparently the session support is still being worked on, although I have little clue what the plans are. You can sub-class the AxisServlet if you need to access servlet functionality until then

Re: sharing session between servlets and soap services

2003-10-16 Thread Henrik Vendelbo
IL PROTECTED]> Sent: Friday, October 17, 2003 1:12 AM Subject: sharing session between servlets and soap services I have apache axis running under Tomcat. However session created in a service cannot be accessed in a regular servlet even though the servlet and the soap service are under the s

sharing session between servlets and soap services

2003-10-16 Thread Abhijat Thakur
I have apache axis running under Tomcat. However session created in a service cannot be accessed in a regular servlet even though the servlet and the soap service are under the same instance of Tomcat. How can we share sessions between servlets and soap services. thanks abhijat