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

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.