What's the best way to use SOAP with Ruby?

Posted by jcoby on Stack Overflow See other posts from Stack Overflow or by jcoby
Published on 2008-09-02T18:46:09Z Indexed on 2010/03/12 11:07 UTC
Read the original article Hit count: 165

Filed under:
|
|

A client of mine has asked me to integrate a 3rd party API into their Rails app. The only problem is that the API uses SOAP. Ruby has basically dropped SOAP in favor of REST. They provide a Java adapter that apparently works with the Java-Ruby bridge, but we'd like to keep it all in Ruby, if possible. I looked into soap4r, but it seems to have a slightly bad reputation.

So what's the best way to integrate SOAP calls into a Rails app?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about ruby-on-rails