stateful « Web Service « Spring Q&A





1. Is there any support for stateful webservices?    forum.springsource.org

2. Stateful Webservices    forum.springsource.org

We 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.org

The 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 ...