Hi, saiph wrote: > so i forward here my output executing the serach.rb* example > provided with the package. It's the problem of old soap4r module. What version of ruby are you using? ruby -v If your ruby is 1.8.1, just delete soap4r module from site_ruby dir. You seem to have old soap4r module in site_ruby dir. ruby/1.8.1 includes soap module in libdir, not site_dir. cd /usr/lib/ruby/site_ruby/1.8; rm -rf soap wsdl xsd If your ruby is 1.8.0, download newer version of soap4 from RAA and re-install it. Regards, // NaHi