0

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

NotMe
  • 87,343
  • 27
  • 171
  • 245
donald
  • 23,587
  • 42
  • 142
  • 223

1 Answers1

0

yes it is possible to use SOAP in Rails.

donald
  • 23,587
  • 42
  • 142
  • 223