Axis Sessions

2002-06-03 Thread Jill Heck
able to just reset it but i haven't seen the session get dropped from my monitor. are there two sessions? is one of them the AxisServlet session making the request and the second one the session in the AxisEngine? in any event, i would like to be able to monitor the axis sessions. i don

RE: Axis sessions using non-Axis client?

2002-05-14 Thread thomas . cherel
Title: RE: Axis sessions using non-Axis client? In axis-beta2, the setMaintainSession method call which is required to have the client maintaining the session is on the Call class, not the Service one. The Call class is part of the jaxrpc spec, but the setMaintainSession is Axis specific, I

Re: Axis sessions using non-Axis client?

2002-05-14 Thread Andrew Vardeman
Mark, I think the code you're looking at contains a client and a server. From skimming the comments, it looks like it's creating and deploying a service, then testing it with a client, all in the same program. So, in TestSimpleSession.java, the setMaintainSession() method call is for the cl

Axis sessions using non-Axis client?

2002-05-14 Thread Mark_Palmer
Hi all. I've been reading several of the archived posts regarding Axis sessions, and I've found some very useful information. However, I have not found any information specifically about using Axis only as a server while maintaining session state for clients (someone alluded to

.Net-Axis sessions?

2002-03-27 Thread Oliver Suciu
Hi all, Has anybody managed to get a .Net client talk to an Axis service, using a session context? I've got an Axis (beta1) web service talking successfully with both an Axis and a .Net (beta2, C#) client. I've also added session management on the server side: - MessageContext.getCurrentContex