Using SOAP and other Standard Libraries in Ruby 1.9.2

后端 未结 3 1714
执笔经年
执笔经年 2020-12-29 16:41

So, I recently upgraded to 1.9.2 Ruby, having used 1.8.7 for forever (I wanted to try out Rails 3).

The BIGGEST problem I\'m having is that none of my SOAP require

3条回答
  •  無奈伤痛
    2020-12-29 17:20

    https://rubygems.org/gems/soap4r-ruby1.9

    gem install soap4r-ruby1.9

    This gem solved most of my soap related issues with ruby 1.9

提交回复
热议问题