RE: session management problem

2004-08-23 Thread mmosttler
00:51An: [EMAIL PROTECTED]Betreff: RE: session management problem   I encountered the same issue where we have multiple service endpoint classes that need to be utilized in a single client session on theserver and the services need to share information in the session.

RE: session management problem

2004-08-21 Thread mmosttler
???   Thanks in advance for help Thomas   Von: Wagle, Shriniwas [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 20. August 2004 16:31An: [EMAIL PROTECTED]orgBetreff: RE: session management problem   I haven't tried it, but if I had a need I'd try something

RE: session management problem

2004-08-20 Thread Wagle, Shriniwas
I haven't tried it, but if I had a need I'd try something like this: - Start with the message context and go on from there.  Something like..   msgC = MessageContext.getCurrentContext();(HttpServletRequest)msgC.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST); From this point on, you should

Re: Session management

2004-05-14 Thread Davanum Srinivas
http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/HttpRequest On Fri, 14 May 2004 18:03:53 -0700, Alex Chen <[EMAIL PROTECTED]> wrote: > It does not matter whether the session information comes from the web > server or from AXIS. As long as I can get the > the session information, I a

Re: Session management

2004-05-14 Thread Alex Chen
It does not matter whether the session information comes from the web server or from AXIS. As long as I can get the the session information, I am happy. In normal WEB browser/server situation, both sides control how the session is initialized or maintained because they have full access to the HT

RE: Session management

2004-05-14 Thread Yakulis, Ross (Ross)
your your own session info in the soap header? -Original Message- From: Alex Chen [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 5:42 PM To: [EMAIL PROTECTED] Subject: Session management Is there any way to maintain session information within AXIS? When an AXIS client issues a call

RE: Session management in AXIS/ webservices

2004-04-23 Thread Yakulis, Ross (Ross)
http://www.fawcette.com/javapro/2003_04/online/wsdl_kjones_04_29_03/   A little google will do ya...   Also see org.apache.axis.handlers.SimpleSessionHandler in the API docs. -Original Message-From: Krishnendu Kunti [mailto:[EMAIL PROTECTED]Sent: Thursday, April 22, 2004

Re: Session Management

2003-03-20 Thread Sateesh Ayyagari
Hi,    Has anyone worked on session maintainance between an AXIS client and a C# web service using SOAP headers? Sateesh.  Toshiyuki Kimura <[EMAIL PROTECTED]> wrote: Hi Saradhi,I think that many developers of web services are waiting forthe SOAP Header based session mechanism. But it has not becom

Re: Session Management

2003-03-19 Thread Toshiyuki Kimura
Hi Saradhi, (B (B I think that many developers of web services are waiting for (Bthe SOAP Header based session mechanism. But it has not become (Ba reality yet. I know some vendors do that, though the proposal (Bisn't still determined as de facto standard or the spec. (B (B So, Cookie bas

RE: Session Management

2003-01-31 Thread Mike Burati
req.getHeader(HTTPConstants.HEADER_AUTHORIZATION)); msgContext.setProperty(Constants.MC_REMOTE_ADDR, req.getRemoteAddr()); -Original Message- From: Cory Wilkerson [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:02 PM To: [EMAIL PROTECTED] Subject: RE: Session Management Maybe I

Re: Session Management

2003-01-31 Thread Barry Levinson
nce to the MessageContext? thanks bin All, Subsequent client requests to my service don't appear to be retaining state. I'm certain that I'm missing something rather trivial here re: session management but I can't find any documentation regarding the matter. That said, I ha

RE: Session Management

2003-01-31 Thread Cory Wilkerson
ROTECTED]] Sent: Friday, January 31, 2003 2:04 PM To: [EMAIL PROTECTED] Subject: Re: Session Management if u take a look at samples.userguide.example4.LogHandler you will see u have to implement invoke( MessageContext msgContext ) in a Handler however i was also wondering how does a Service get a r

RE: Session Management

2003-01-31 Thread Chakraborty, Anirban
MessageContext.getCurrentContext(). Described in the axis faq. -Original Message- From: bin [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 12:04 PM To: [EMAIL PROTECTED] Subject: Re: Session Management if u take a look at samples.userguide.example4.LogHandler you will see u

RE: Session Management

2003-01-31 Thread Josh Kropf
MessageContext.getMessageContext() -Original Message- From: bin [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 3:04 PM To: [EMAIL PROTECTED] Subject: Re: Session Management if u take a look at samples.userguide.example4.LogHandler you will see u have to implement invoke

Re: Session Management

2003-01-31 Thread bin
y service don't appear to be retaining > state. I'm certain that I'm missing something rather trivial here re: > session management but I can't find any documentation regarding the > matter. That said, I have found the following tid bit: > "It is up to some handler

RE: Session management

2002-11-25 Thread Cynthia M Kimball
"Johnson, Tim" thcare.com> cc: Subject: RE: Session management

Re: Session management

2002-11-17 Thread Alex Dovlecel
rough them you might get some ideas on how to > > > handle sessions - hope it helps. > > > > > > P.S. I am a fellow Tucsonian - work for Misys formly Sunquest. > > > > > > -Original Message- > > > From: Mike Oliver [mailto:[EMAIL PR

Re: Session management

2002-11-17 Thread Alex Dovlecel
Original Message- > > From: Mike Oliver [mailto:[EMAIL PROTECTED]] > > Sent: Friday, November 15, 2002 9:54 AM > > To: [EMAIL PROTECTED] > > Subject: RE: Session management > > > > > > Maybe its in the Axis book, I haven't bought it yet. > >

Re: Session management

2002-11-15 Thread michel
Tim, Thanks for clogging up my 56k modem line with a "not well organized" zip file of over 3Mb. - Original Message - From: "Johnson, Tim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 12:00 PM Subject: RE: Session managem

RE: Session management

2002-11-15 Thread Mike Oliver
EMAIL PROTECTED]' Subject: RE: Session management I have collected a bunch of session threads over the past year and I bundled them up in a zip file. They are not well organized but if you read through them you might get some ideas on how to handle sessions - hope it helps. P.S. I am a fellow

RE: Session management

2002-11-15 Thread Johnson, Tim
No excuses - what I did was wrong - sorry about that - it won't happen again. -Original Message- From: Pae Choi [mailto:paechoi@;earthlink.net] Sent: Friday, November 15, 2002 1:30 PM To: [EMAIL PROTECTED] Subject: Re: Session management I am not certain how many of you appreciate

Re: Session management

2002-11-15 Thread Pae Choi
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 9:00 AM Subject: RE: Session management > I have collected a bunch of session threads over the past year > and I bundled them up in a zip file. They are not well organized > but if you read through them you

RE: Session management

2002-11-15 Thread Mike Oliver
riday, November 15, 2002 9:09 AM To: [EMAIL PROTECTED] Subject: Re: Session management A good tutorial for developing axis services with session management will be great!!! dovle > Yes that's a good question I would be interested in the answer as well. > > Michael Oliver > Ap

Re: Session management

2002-11-15 Thread Alex Dovlecel
A good tutorial for developing axis services with session management will be great!!! dovle > Yes that's a good question I would be interested in the answer as well. > > Michael Oliver > AppsAsPeers LLC > 7391 S. Bullrider Ave. > Tucson, AZ 85747 > Phone:(520)574-1150 > Fax:(520)844-1036 > > >

Re: Session management

2002-11-15 Thread Alex Dovlecel
GREAT but nobody gives me an answer. > Yes that's a good question I would be interested in the answer as well. Otherwise I might consider using apache soap, wich provides an easy way of mantaining sessions... or stuff like this... dovle

RE: Session management

2002-11-15 Thread Mike Oliver
Yes that's a good question I would be interested in the answer as well. Michael Oliver AppsAsPeers LLC 7391 S. Bullrider Ave. Tucson, AZ 85747 Phone:(520)574-1150 Fax:(520)844-1036 -Original Message- From: Alex Dovlecel [mailto:dovle@;ford.kbs.twi.tudelft.nl] On Behalf Of Alex Dovlecel S

Re: session management?

2002-02-20 Thread Oliver Suciu
From: Oliver Suciu [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 19, 2002 8:26 PM > To: [EMAIL PROTECTED] > Subject: Re: session management? > > I am with you -- every non-trivial (web) app requires session management. > > And just as servlets have added HttpSession o

RE: session management?

2002-02-20 Thread Adam.Leggett
See Glens reponse to this post http://marc.theaimsgroup.com/?l=axis-user&m=101413005300555&w=2 -Original Message- From: Oliver Suciu [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 8:26 PM To: [EMAIL PROTECTED] Subject: Re: session management? I am with you -- e

Re: session management?

2002-02-19 Thread Oliver Suciu
I am with you -- every non-trivial (web) app requires session management. And just as servlets have added HttpSession on top of the stateless HTTP, *something* should be added on top of SOAP (SoapSession?). Note that this is *not* addressed by the current JAX-RPC spec. But perhaps in Axis? (I'm