Hi ! I am using .NET as the client and AXIS SOAP engine deployed in WebSphere as the server .
I used the SimpleSessionHandler in the server side.. It is sending some session id the response message. Now i want to use this session id and do session management in the .NET client.. I am thining of writing my own SOAP extension (a *handler* in .NET) in .NET client side to pick this session id and send it in the request SOAP message,, What do u think about my approach? are there any other means of doing this? Interoperability issues? Mahen