Hi,

I have a WCF REST webservice which is to be used in the "Single" InstanceContextMode.

Is it possible to integrate this webservice with Spring? I hve searched on the web, but could not find something conclusive. also the Spring documentation states :

"The object must be declared as a 'prototype' object, i.e. not a singleton, in order to interact correctly with WCF instancing."

If it is possible to do this integration, could someone please provide useful links? code samples?

Also, currently, the application is on Spring Framwork version 1.1.0.2. Which is the minimum version to upgrade to to start using Spring for WCF.

Would really appreciate any help on this.

Thanks