I'm also trying to maintain session state between calls for Apache SOAP (on the server) and MSSOAP calling it. Short of writing the sessionID the soap header for MSSOAP, is there any way for a MSSOAP client to send the ID that its in context for? In other words, the Java SOAP service will get an initial sessionID and then send it down to the client, the client will use this id in any subsequent calls to the server and the server will recognize it and load the appropriate context.... There are probably security reasons against this (the see deprecated javax.servlet.http.HttpSessionContext.getSession(sessionId)).
So far I've only managed to get the session ID from the initial call... Has anybody proceeded with this? Thanks... __________________________________________________ Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com
