Hi, I created a webservice and enabled session management on both server and client. It works FINE until I enable REST on the client by adding the 3rd line of code in the serviceStub.java on the client side. Session management stopped working.
// added session management _serviceClient.getOptions().setManageSession(true); _serviceClient.engageModule("addressing"); // Enable REST _serviceClient.getOptions().setProperty(Constants.Configuration.ENABLE_REST, Constants.VALUE_TRUE); Is there any incompatibility between REST and session management in axis2? --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org