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 descriptors, using wsdl2java.
 
Also in the .NET developer's toolkit one can ask it to return cookies
(typically session management is maintained through cookies or URL
rewriting).
 
Hope this helps,
 
Regards,
 
Santosh

-----Original Message----- 
From: Praveen Peddi [mailto:[EMAIL PROTECTED] 
Sent: Mon 30/06/2003 21:15 
To: [EMAIL PROTECTED] 
Cc: 
Subject: sample related to session management


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

Reply via email to