You can use a IHeaderHandler and overrite the methods to
capture the session ID and write it out in the SOAP header; that part is oulined
in the msdn docs. You would also need set up a SimpleSessionHandler on the
service side in your wsdd, check out the session example with axis.
I've seen talk of session management by setting cookies in
.NET somewhere too. The SOAP Header approach I think allows a little better
interop, it's in the archives.
Les
|
Title: Enabling .NET client to maintain session with Axis web service