Hi,
I've got a pure, working, Rails application hosted on Heroku and another on EngineYard.
I now need it to start communicating with another application. This application exposes that exposes a SOAP interface. How can I connect to the API in my rails app?
Thank you