Stateful Session

  • Thread starter Thread starter kapil singhal via DotNetMonster.com
  • Start date Start date
K

kapil singhal via DotNetMonster.com

I have a created a Client in C# and my Web Service is in Java.
I am able to connect to the service but i am not able to get the events
from the service since it instantites the service every time i call the
method for getting events. I think it is stateless and i need stateful
connection for calling the method again n again.

Please reply

Regards,
Kapil
 
You wrote a WebService with Java and a client in C#? It is important to note
that not only do Microsoft and Sun not get along too well, but neither does
their software.

That said, .Net Web Services have both Application and Session State. Here's
your opportunity to make it right!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
Back
Top