|
Hi,
I have the following problem:
I have implemented a simple soap service with a
session context using Apache SOAP. I am accessing this service from the client
using the microsoft soap toolkit with a code like the following:
oot.mssoapinit("http://localhost:8080/ootest/ootest.wsdl",
"urn:ootest", "ootest");
// 1. call
alert(oot.getTestMessage());
// 2. call
alert(oot.getTestMessage());
The problem is that the 2nd call uses a new
session, not the same session as the 1st call. The result is that the service
degrades to run in a request context.
How can I assure that each call of the service runs
in the same session context?
Greetings
Michael
--------------------------------------------------------------------------------
Michael Timpe Melchiorstr. 24 50670 K�ln eMail: [EMAIL PROTECTED] |
- Re: How to keep track of soap sessions Michael Timpe
- Re: How to keep track of soap sessions Paramdeep Singh
