views:

30

answers:

2

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

A: 

yes it is possible to use SOAP in Rails.

donald
A: 

I won't claim this answer, try this response to a similar question.

http://stackoverflow.com/questions/40273/whats-the-best-way-to-use-soap-with-ruby

This might be a good place to start: http://www.tutorialspoint.com/ruby/ruby_web_services.htm

-Sean

Sean