Ruby soap4r wsdl2ruby.rb errors

后端 未结 2 827
囚心锁ツ
囚心锁ツ 2021-01-20 01:28

I am trying to run the wsdl2ruby.rb script that comes with the soap4r gem, and get the following errors:

[ral@lap etc]$ ruby /usr/lib/ruby/gems/1.9.1/gems/so         


        
2条回答
  •  伪装坚强ぢ
    2021-01-20 01:43

    You might also try the new official repo on Github that has this fix, and others applied to the master branch. You'll need to set your Gemfile to use the git repo as such:

    gem 'soap4r', :git => 'git://github.com/felipec/soap4r.git'
    

提交回复
热议问题