Session Management - Axis and JAX-RPC

2004-11-17 Thread Vikas Phonsa
Hi Everybody, Axis homepage mentions the following: >For Axis 1.2, we are focusing on our document/literal support to better >address the WS-I Basic Profile 1.0 and JAX-RPC 1.1 specifications. I was looking into the JAX-RPC 1.1 specification and it mentions the following: >A service client use

Session Management using SOAP headers

2004-08-27 Thread Mahen Perera
Hi ! I am using .NET as the client and AXIS SOAP engine deployed in WebSphere as the server . I used the SimpleSessionHandler in the server side.. It is sending some session id the response message. Now i want to use this session id and do session management in the .NET client.. I am thining

Re: Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-26 Thread Mahen Perera
ot;ns24:LoanProductVO" > >serializer="org.apache.axis.encoding.ser.BeanSerializerFactory" > >type="java:com.fm.poc.service.domain.dataaccess.vo.LoanProductVO" > >xmlns:ns24="http://vo.dataaccess.domain.service.poc.fm.com"/> > > >encodingStyl

Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Yves Langisch
config.wsdd file in AXIS.jar with my newer version. Still didnt work Please help me Mahen On Wed, 25 Aug 2004 15:40:27 +0200, Dorner Thomas <[EMAIL PROTECTED]> wrote: You can t set the path in the war! You had to set the JVM-Options in Tomcat for example. In catalina.bat for example -

Re: Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
; >> Anyway I replaced the client-config.wsdd file in AXIS.jar with my > >> newer version. > >> > >> Still didnt work > >> > >> Please help me > >> > >> Mahen > >> > >> On Wed, 25 Aug 2004 15:40:27 +0200, Dorner T

Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Yves Langisch
TECTED] Betreff: Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS what do u mean by path in a WAR ? Mahen On Wed, 25 Aug 2004 15:21:29 +0200, Dorner Thomas <[EMAIL PROTECTED]> wrote: Have you set your path? And how do you set your path? --> The Server will use the client

Re: Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
ina.bat for example - look for the line: > >> > >>%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS% > >> > >>and set your path: > >>-Daxis.ClientConfigFile=C:\\projects\\\\WebContent\\WEB-INF\\client- > >>config.wsdd > >> > >>---

Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Yves Langisch
r path: -Daxis.ClientConfigFile=C:\\projects\\\\WebContent\\WEB-INF\\client- config.wsdd -Ursprüngliche Nachricht- Von: Mahen Perera [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. August 2004 15:31 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS w

Re: AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
tent\\WEB-INF\\client- > config.wsdd > > -Ursprüngliche Nachricht- > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 25. August 2004 15:31 > An: [EMAIL PROTECTED] > Betreff: Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS > > what do u mean by pat

AW: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Dorner Thomas
- config.wsdd -Ursprüngliche Nachricht- Von: Mahen Perera [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. August 2004 15:31 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS what do u mean by path in a WAR ? Mahen On Wed, 25 Aug 2004 15:21:29

Re: AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
t; > -Ursprüngliche Nachricht- > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 25. August 2004 15:18 > An: [EMAIL PROTECTED] > Betreff: Re: AW: AW: AW: Session Management using SOAP Headers in AXIS > > i put the client.config in the Web-INF folder,,

AW: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Dorner Thomas
-90330 mailto:[EMAIL PROTECTED] http://www.t-systems.de -Ursprüngliche Nachricht- Von: Mahen Perera [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 25. August 2004 15:18 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: AW: Session Management using SOAP Headers in AXIS i put the client.config

Re: AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
04 14:40 > An: [EMAIL PROTECTED] > Betreff: Re: AW: AW: Session Management using SOAP Headers in AXIS > > Thanx > > more problems... > > I am using JSP as the client to call the Web Service. The JSP calls > the stub genereted by the WSDL2Java tool. > > I have

AW: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Dorner Thomas
] Betreff: Re: AW: AW: Session Management using SOAP Headers in AXIS Thanx more problems... I am using JSP as the client to call the Web Service. The JSP calls the stub genereted by the WSDL2Java tool. I have put AXIS.jar in the WEB-INF\Lib folder of the WAR file Now where do i have to put the

Re: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
; > I have put AXIS.jar in the WEB-INF\Lib folder of the WAR file > > Now where do i have to put the client-config.wsdd file. > > Thanx > > Mahen > > > > > - Original Message - > From: Dorner Thomas <[EMAIL PROTECTED]> > Date: Wed,

Re: AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
- From: Dorner Thomas <[EMAIL PROTECTED]> Date: Wed, 25 Aug 2004 14:31:15 +0200 Subject: AW: AW: Session Management using SOAP Headers in AXIS To: [EMAIL PROTECTED] Set Java-Option with the path where you put your client-config.wsdd (example for windows) -Daxis.ClientConfigFile=C:\\pr

AW: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Dorner Thomas
Set Java-Option with the path where you put your client-config.wsdd (example for windows)   -Daxis.ClientConfigFile=C:\\projects\\...\\WebContent\\WEB-INF\\client-config.wsdd    You can place your clientconfig wherever you want!   Tomi  

Re: AW: Session Management using SOAP Headers in AXIS

2004-08-25 Thread Mahen Perera
+49/711 971- 44747 > Fax.: +49/711 972-90330 > > mailto:[EMAIL PROTECTED] > http://www.t-systems.de > > -Ursprüngliche Nachricht- > Von: Mahen Perera [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 25. August 2004 07:32 > An: [EMAIL PROTECTED]; [EMAIL PROTECTED

AW: Session Management using SOAP Headers in AXIS

2004-08-24 Thread Dorner Thomas
: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Session Management using SOAP Headers in AXIS Hi ! I want to manage Session using SOAP headers. For this i am using the "SimpleSessionHandler" provided by AXIS. I added this handler successfully to the server side and it is getting executed

Session Management using SOAP Headers in AXIS

2004-08-24 Thread Mahen Perera
Hi ! I want to manage Session using SOAP headers. For this i am using the "SimpleSessionHandler" provided by AXIS. I added this handler successfully to the server side and it is getting executed. I noticed the SOAP headers containing the Session id using the TCPMON tool. However, I was unable to

RE: session management problem

2004-08-23 Thread mmosttler
server session id.  My assumption here is that you may need to utilize the cookie session management instead of the soap header session management.  If you use cookies then the session id cookie created by the app server (httpsession) should match your axissession.  You may also want to look in

AW: session management problem

2004-08-22 Thread Dorner Thomas
00:51 An: [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.  The way I solved

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

AW: session management problem

2004-08-20 Thread Dorner Thomas
, Shriniwas [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 20. August 2004 16:31 An: [EMAIL PROTECTED]org Betreff: RE: session management problem   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.  Some

RE: session management problem

2004-08-20 Thread Wagle, Shriniwas
you should be able to do the usual stuff.  Also take a look at Axis API docs. From: Dorner Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 10:09 AMTo: [EMAIL PROTECTED]Subject: session management problem Hello,    I use Apache Axis sessions (SOAP-Haeder based) and I need to k

session management problem

2004-08-20 Thread Dorner Thomas
Hello,    I use Apache Axis sessions (SOAP-Haeder based) and I need to know when a session was destroyed, but I can’t find a session timeout notifying mechanism for axis. Does anybody have any idea?   Hope somebody can give me a tip L   There is a similar solution for standard servle

Re: Session management

2004-05-14 Thread Davanum Srinivas
s (Ross) wrote: > > >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 > >

Re: Session management

2004-05-14 Thread Alex Chen
provide anything or do we have to roll our own? Yakulis, Ross (Ross) wrote: 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

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

Session management

2004-05-14 Thread Alex Chen
Is there any way to maintain session information within AXIS? When an AXIS client issues a call, the marshaller wraps the HTTP header around the SOAP message so the client has no way of accessing the HTTP session information. Similarly, the server code only has access to the SOAP stuff, not the

AW: Session management in AXIS/ webservices

2004-04-26 Thread Dorner Thomas
PROTECTED]Betreff: RE: Session management in AXIS/ webservices 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

RE: Session management in AXIS/ webservices

2004-04-23 Thread Yakulis, Ross (Ross)
8:06 PMTo: [EMAIL PROTECTED]Subject: Session management in AXIS/ webservices   Hi Guys Can any one suggest Session management strategies in Webservices. Thanks in advance Krishnendu

Session management in AXIS/ webservices

2004-04-22 Thread Krishnendu Kunti
  Hi Guys Can any one suggest Session management strategies in Webservices. Thanks in advance Krishnendu

Session management

2004-04-21 Thread Krishnendu Kunti
Hi Guys Can any one suggest the probable means of session handling in axis? Cheers And thanks in advance Krishnendu

session management

2004-03-18 Thread Pathuru, Kiran
I have the following problem in maintaining the session. I have a webservice where the user need to login first and if the login is successfull then the server sends a sessionid back to the user. Then the client will perform the lookup and update operations. My problem is that, the client is a we

Re: C# Cllient , Axis Server, Session Management

2004-03-14 Thread Srinivas Vemula
p.org/soap/encoding/"/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://localhost/axis/services/SessionService4bis"/> http://localhost:9000/axis/services/SessionService4bis"/> - Original Message - From: Srinivas Vemula To: [EM

Re: C# Cllient , Axis Server, Session Management

2004-03-12 Thread Stefano Sambi
space="http://localhost/axis/services/SessionService4bis"/> http://localhost:9000/axis/services/SessionService4bis"/> - Original Message - From: Srinivas Vemula To: [EMAIL PROTECTED] Sent: Friday, March 12, 2004 6:58 AM Subject: Re: C# Cllient , Axis Server, Ses

Re: C# Cllient , Axis Server, Session Management

2004-03-11 Thread Srinivas Vemula
Stefano Sambi wrote: Thanks for your responses, it seems that it works. Thank you Stefano - Original Message - From: "Abhinav Maheshwari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 2:27 PM Subject: RE: C# Cllient , Axis Serv

Re: C# Cllient , Axis Server, Session Management

2004-03-11 Thread MBenveniste
"Abhinav Maheshwari" <[EMAIL PROTECTED]> writes: > > Hi Stefan, > > I am pasting a wsdl for your reference. Please see the embedded comments. > > On the client side, C# needs to see the SessionID element in WSDL so that > > it can create member variable SessionID for the service. But Axis does n

Re: C# Cllient , Axis Server, Session Management

2004-03-11 Thread Stefano Sambi
Thanks for your responses, it seems that it works. Thank you Stefano - Original Message - From: "Abhinav Maheshwari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 2:27 PM Subject: RE: C# Cllient , Axis Server, Session Management >

RE: C# Cllient , Axis Server, Session Management

2004-03-11 Thread Abhinav Maheshwari
ot;/> http://schemas.xmlsoap.org/soap/encoding/"; namespace="http://tornado/portfolioip/services/AuthenticationService"/> http://tornado/portfolioip/services/AuthenticationService"/> -Original Me

Re: C# Cllient , Axis Server, Session Management

2004-03-11 Thread Srinivas Vemula
section: "http://schemas.xmlsoap.org/soap/encoding/" /> Thanks Stefano - Original Message - From: "Abhinav Maheshwari" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 16, 2004 3:15 PM Subject: RE: C# Cllient , Axis Server, Session Mana

Re: C# Cllient , Axis Server, Session Management

2004-03-08 Thread Stefano Sambi
<[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 16, 2004 3:15 PM Subject: RE: C# Cllient , Axis Server, Session Management > Hi Srinivas, > You need to use the SessionHandler to maintain session information but there > are problems with using the one suppl

Session management and interoperability

2004-02-29 Thread Kartik
Hi Folks. When I deploy my Axis webservice with a session scope, is the session management a part of a standard? In other words, I was reading some article on standardization of a web-context - where async operation invocations are a part of a single context and then my xyz client (let's sa

Re: C# Cllient , Axis Server, Session Management

2004-02-16 Thread Srinivas Vemula
PROTECTED] Sent: Monday, February 16, 2004 6:30 PM To: [EMAIL PROTECTED] Subject: C# Cllient , Axis Server, Session Management Hi All, I am new to using axis. We are trying to communciate from a .NET C# client. Can any one let me know, how to track sessions in this scenario? Basically, we would like to

RE: C# Cllient , Axis Server, Session Management

2004-02-16 Thread Abhinav Maheshwari
by Axis so that Visual Studio can generate the code for session variables. Regards, Abhinav -Original Message- From: Srinivas Vemula [mailto:[EMAIL PROTECTED] Sent: Monday, February 16, 2004 6:30 PM To: [EMAIL PROTECTED] Subject: C# Cllient , Axis Server, Session Management Hi All

C# Cllient , Axis Server, Session Management

2004-02-16 Thread Srinivas Vemula
Hi All, I am new to using axis. We are trying to communciate from a .NET C# client. Can any one let me know, how to track sessions in this scenario? Basically, we would like to put some authorization info in a session object as the first call from the client will be for authentication.

I need help: session management

2003-07-08 Thread casavic
Hi all. I have a problem in session management; i'm not be able to set the "session timeout" in a Web service that use SOAP sessions. Can anyone help me??? Thank

Re: URGENT!!! session management using MS-SOAP tool kit

2003-07-07 Thread Praveen Peddi
PM Subject: URGENT!!! session management using MS-SOAP tool kit Hi all, This is a session management related problem with MS-SOAP to AXIS communication.   One of our clients communicates to the server thru MS-SOAP and the server uses Axis. The client works fine in non-clustered

URGENT!!! session management using MS-SOAP tool kit

2003-07-05 Thread Praveen Peddi
Hi all, This is a session management related problem with MS-SOAP to AXIS communication.   One of our clients communicates to the server thru MS-SOAP and the server uses Axis. The client works fine in non-clustered environment but I am currently having problems with the clustered

RE: sample related to session management

2003-06-30 Thread santosh . joshi
Praveen, When you use session management in Web Services, especially with WSDL(1.1), SOAP(1.1), then you are on your own, because there is nothing in specs about Session Management. Although HTTP Session is supported by both .NET and AXIS. See closely the process of generation of deployment

sample related to session management

2003-06-30 Thread Praveen Peddi
Where can I find some samples related to session management. I looked at the samples shipped with Axis but they didn't have many samples related to session management.   Praveen

session management w/o using Axis specific classes

2003-06-30 Thread Praveen Peddi
Is there any way to implement session management in the soap services w/o using any axis specific classes. The requirement is that all my soap services should be independent of the soap tool kit.   To get the access to HttpSession, I think I need to use axis specific classes

Python Axis Session Management

2003-04-01 Thread Hitesh Bagadiya
We have started using Axis for our SOAP server. Session management is very easy when we use java clients. But it is not very clear to us about session management when using Python clients. What do we need to do for maintaining sessoins? Please Help. Hitesh

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
> (B R&D Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Saradhi Vemuri [mailto:[EMAIL PROTECTED] (BSent: Thursday, March 20, 2003 5:36 AM (BTo: [EMAIL PROTECTED] (BSubject: Session Management (B (BWhich is the most interoperable way of mainta

Session Management

2003-03-19 Thread Saradhi Vemuri
Which is the most interoperable way of maintaing sessions in WebServices? __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com

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

Session Management

2003-01-31 Thread Cory Wilkerson
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 have found the following tid bi

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)57

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
lecel Sent: Friday, November 15, 2002 8:21 AM To: [EMAIL PROTECTED] Subject: Session management Help I want to implement a service that provides session management. Login and then all kind of stuff. But I want to be able to connect to this service not only from axis clients, but even from ksoap, a

Session management

2002-11-15 Thread Alex Dovlecel
Help I want to implement a service that provides session management. Login and then all kind of stuff. But I want to be able to connect to this service not only from axis clients, but even from ksoap, apache soap or other clients. What should I do in order to keep the session for the same

About session management

2002-11-14 Thread Alex Dovlecel
Hello all, I think this topic is pretty old, but I just started to check what this means for axis. So a little bit of help is welcome. Just tell me about some links and samples to look at and it should be all. But I am also interested in creating the apps from scratch. Without using the wsdl t

Re: Axis over JMS session management

2002-11-07 Thread Suraj Panicker
Hi Ray, Thank you very much for the support. I got the things running, and session management is working perfectly. But, I do feel that native support for session management should be added into Axis JMS. As, a programmer, I would prefer to use only two lines of code i)call.setMaintainSession

Re: Axis over JMS session management

2002-11-05 Thread Ray Chun
ot;, null); assertEquals("count was wrong", 2, count.intValue()); listener.shutdown(); transport.shutdown(); > ----- Original Message - > From: Suraj Panicker > To: [EMAIL PROTECTED] > Sent: Monday, November 04, 2002 4:32 AM > Subject: Ax

Axis over JMS session management

2002-11-04 Thread ian_roughley
Return Receipt Your Axis over JMS session management document

Axis over JMS session management

2002-11-04 Thread Suraj Panicker
ssion, and thus, the service works as if it were a new request.   Doesn't session management over multiple request/response work with Axis over JMS.   I used "call.setMaintainSession(true)", at the client side, and also included the parameter "scope = session", in the se

suggestion for session management in Axis API

2002-05-15 Thread Andrew Vardeman
Hi. This is sort of a suggestion for the developers, I guess-- I was looking over SimpleSessionHandler.java to get a feel for what it does (where it keeps track of active sessions and so on). I think it would be handy if a service had access to the list of active Session objects. I don't kn

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&#

session management?

2002-02-19 Thread Chris Ruegger
Is it possible to have user sessions using Axis or is it a request-response-only model. My end user wants to:   1. log on via some soap service 2. call some methods 3. log out.   Is this possible and if so how can I access the session object so I know that they have logged on, keep state info,