From: "NAKAMURA, Hiroshi" Date: 2004-07-16T09:50:40+09:00 Subject: Re: still having problems with soap4R Hi, Ernie wrote: > I downloaded and installed the Ruby 1.82 version on the rubyinstaller site > Just to check I did this > C:\RubyScripts\soapTest>ruby -v > ruby 1.8.2 (2004-06-29) [i386-mswin32] > > Then I reinstalled soap4r-1_5_2 > > Then I did this and got the same error. I think it is because the version of soap module in 1.8.2 (2004-06-29) is newer than soap4r/1.5.2. The installer of soap4r/1.5.2 must not overwrite some files. Then I put soap4r/1.5.3-preview1 at http://rrr.jin.gr.jp/download/soap4r-1_5_3-preview1.tar.gz Would you please try it with ruby 1.8.2 (2004-06-29) ? Unpack soap4r/1.5.3-preview1 package and run installer with your ruby 1.8.2 (2004-06-29) [i386-mswin32]. Please feel free to ask me again if you'll still have the same error. Regards, // NaHi