Hi.
In my facade, I want to access a web service deployed on another web application.
Can I use Spring in my facade to access that web service ?
I read Spring's docs and it looks that I can use Spring only if the web service is deployed in the same web app.
Can I use Spring to access web services on another deployed application ?
Thanks for help.