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

后端 未结 10 1531
别那么骄傲
别那么骄傲 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:58

    I was having the same issue, switched to Savon and then just tested it on an open WSDL (I used http://www.webservicex.net/geoipservice.asmx?WSDL) and so far so good!

    https://github.com/savonrb/savon

提交回复
热议问题