I have a functioning Axis web service that's called by a third party tool (bevocal.com). I set messageContext.setMaintainSession(true) but messageContext.getMaintainSession() always returns false. A new session is created for each call. What do I need to do to maintain sessions between Axis and a non Axis client? I am testing with org.apache.axis.transport.http.SimpleAxisServer, does SimpleAxisServer affect session Management? My deploy.xml contains: <parameter name="scope" value="session"/>
Thanks in advance! J.R.
