Hello Axis User, I am migrating a webservice that was using Axis1 to Axis2. In the server-config.wsdd, the parameter scope was set to "session" (<parameter name="scope" value="Session"/>). This way, while the client was in the same HTTP session, the same web service was used (the constructor was not called). How can I do the same in Axis2? I don't see anything on the web! Thanks in advance,
Pierre
