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

后端 未结 10 1514
别那么骄傲
别那么骄傲 2020-11-27 10:15

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 RE

10条回答
  •  离开以前
    2020-11-27 10:37

    I also recommend Savon. I spent too many hours trying to deal with Soap4R, without results. Big lack of functionality, no doc.

    Savon is the answer for me.

提交回复
热议问题