1

I migrated to 1.8.7 Ruby and now I keep getting this error and it is driving me crazy. I try installing it manually using gem install soap4r and also include it as a config.gem 'soap4r' and rake gem:install and still nothing....

It's blowing up on my heroku install too....

Satchel
  • 16,414
  • 23
  • 106
  • 192

1 Answers1

1

Try to load it as

require 'soap4r' in your code

And make sure you installed soap4r with all the dependencies

here is a link for how to install it - http://www.tutorialspoint.com/ruby/ruby_web_services.htm

cheers

sameera

sameera207
  • 16,547
  • 19
  • 87
  • 152
  • Hi, I do have require soap4r' I think that's what is causing it...what else can I do...? – Satchel Sep 03 '10 at 16:24
  • Hi Angela. did your problem fixed ??. what do you mean by 'what else can I do'. If its not fixed could you pls post the log . Thanks cheers sameera – sameera207 Sep 05 '10 at 08:23