Hi Folks,
I am pretty new to using Spring. I am trying to know if there is any support for REST webservices with Spring.
I have read through the remoting techniques available through Spring but I guess all of them force the client application to know the specifics of the exposed remote service.
Is there any way such that my client application can contact my remote service through XML embedded requests (http/https) and able to receive similar XML embedded responses.
Any sort of help appreciated
dojon..


Reply With Quote