Welcome Guest | Login

Gem::LoadError (Could not find RubyGem soap4r (>= 0.0.0))

First point of interest:  when I searched the forum for the title line I got the standard 500.html text above the main forum page.

Second:
why would the following code:
require 'JurisLookup.rb'
require 'rubygems'
gem 'soap4r'
require 'soap/mapping'

module JurisLookupMappingRegistry

 EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
 LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
create this error:
Gem::LoadError (Could not find RubyGem soap4r (>= 0.0.0)
???
Jee

2007-08-01 08:23 PM

Life is too short for this ...
Hi Jee - thanks for the bug report. That'll get fixed ASAP.

As for your problem, I see in irb:

irb(main):003:0> require 'rubygems'
=> true
irb(main):004:0> gem 'soap4r'
=> true
irb(main):005:0>

so  I don't see any problem.

I actually might suggest removing the line: gem 'soap4r'

Does that help?

2007-08-02 04:42 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.