How can I use a SOAP API in my Rails app in Heroku and EngineYard? [duplicate]
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
yes it is possible to use SOAP in Rails.
精彩评论