1. Is there any support for stateful webservices? forum.springsource.org |
2. Stateful Webservices forum.springsource.orgWe have some webservice implementations using Axis 1.2 and we have ideas of migrating to Spring-ws. With Axis there is a configuration element making the webservice session aware: A number of ... |
3. Is it possible to build a stateful web service with spring ws? forum.springsource.orgThe only way I have come across to do so is to setup the state on the client. Code: CommonsHttpMessageSender commons = new CommonsHttpMessageSender(); //Defines the methods for classes capable of ... |