|
Hi Michael,
Apache SOAP maintains session using HTTP cookies.
When you use Microsoft SOAP toolkit, it doesnt allow you to send back the
cookies.
So Apache SOAP toolkit looks if the cookie is set
or not... In your case, since you are using MSTK, no cookie is set. So it
assumes that this is a new session! :(
AFAIK, there is NO way to set cookies if you use MS
SOAP toolkit!
MS SOAP tookit also allows you to maintain
sessions. But it assumes that you are going to use SOAP headers for that
purpose! Apache SOAP 2.2 does NOT have that support! So thats a major
problem.
You can have a look at AXIS. It does support
writing SOAP headers!
Hope that it helps.
With Warm Regards,
Paramdeep
|
- How to keep track of soap sessions Michael Timpe
- Paramdeep Singh
