require "soap/wsdlDriver" can't load with soap4r gem

3.1k views Asked by At

I am using ruby version 2.0.0, and Using soap4r (1.5.8). But i couldn't able to load require "soap/wsdlDriver".

I am trying to use with in rails console,

irb(main):001:0> require 'soap/rpc/driver'
=> false
irb(main):002:0> require 'soap/rpc/driver'
=> false
irb(main):003:0> require "soap/wsdlDriver"
=> false
1

There are 1 answers

0
spickermann On

The standard soap library was removed from Ruby. You will need to find an other solution. Perhaps this gem: https://rubygems.org/gems/soap4r-ruby1.9

Or you refactor you code to use a more up-to-date client. Find a list here: https://www.ruby-toolbox.com/categories/soap