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