: RE: Maintain Session with
.NET and AXIS
Hi Thomas,
I used a .NET client and a Java Web
service. The proxy doesnt form on the .NET side if I use the same
namespace. But when I try to maintain session between a Java
client and a .NET web service using SOAP headers, .NET`s WSDL has the
ient (what I used at the time) required a different namespace (also I might be wrong).
Thomas
-Original Message-From: Sateesh Ayyagari [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 10:48 PMTo: [EMAIL PROTECTED]Subject: RE: Maintain Session with .NET and AXIS
Hi Thomas,
might be wrong).
Thomas
-Original Message-
From: Sateesh Ayyagari
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003
10:48 PM
To: [EMAIL PROTECTED]
Subject: RE: Maintain Session with
.NET and AXIS
Hi Thomas,
I have a question about the MyService.wsdl
which you used for
it is, the next step is do debug server and/or client side, I suppose .
Sorry I can not help more than that.
Thomas
-Original Message-From: Sateesh Ayyagari [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 12:06 AMTo: [EMAIL PROTECTED]Subject: RE: Maintain Session with .NE
-
From: Sateesh Ayyagari
[mailto:[EMAIL PROTECTED]
Sent: Saturday, March 15, 2003
12:06 AM
To: [EMAIL PROTECTED]
Subject: RE: Maintain Session with
.NET and AXIS
Hi Thomas,
I am first working on the Cookie-based
session maintainance. I could get it to work with the .NET client and a
Java Web
I did that some times
ago.
Thomas
-Original Message-
*From:* Jindal, Ashwini [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, March 13, 2003 12:28 PM
*To:* '[EMAIL PROTECTED]'
*Subject:* RE: Maintain Session with .NET and AXIS
Hello T
rom: Jindal, Ashwini [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 12:28 PMTo: '[EMAIL PROTECTED]'Subject: RE: Maintain Session with .NET and AXIS
Hello Thomas,
I have a very similar problem that I am currently working with. I am wondering if you have the code for t
PM
To: '[EMAIL PROTECTED]'
Subject: RE: Maintain Session with
.NET and AXIS
Hello Thomas,
I have a very similar
problem that I am currently working with. I am wondering if you have the
code for the following solution that you suggested and if you can shar
: Wednesday, March
12, 2003 10:11 PMTo: [EMAIL PROTECTED]Subject: RE:
Maintain Session with .NET and AXIS
With cookies, the
session id is sent between the client and the server in the HTTP headers,
meaning that it is bound to the transport protocol. Change the protocol (for
-Original Message-
From: Sateesh Ayyagari
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003
1:30 PM
To: [EMAIL PROTECTED]
Subject: RE: Maintain Session with
.NET and AXIS
Hi Thomas,
I read the mailing list and found your
reply to "Stateful Web Services" statin
Hi Thomas,
I read the mailing list and found your reply to "Stateful Web Services" stating that the SOAP header solution to maintaining state would be the right approach rather than the Cookie-based approach. I could maintain session and application scope using the HTTP cookies set on the clien
If you are using Axis for your web
service, setting the scope to session will turn cookie handling on from the
server side point of view (Axis will use the HTTPSession features of the
servlet container). On the C# client side, you have to create the cookie
container for your service object
12 matches
Mail list logo