From: Scott Date: 2006-02-10T03:08:22+09:00 Subject: Re: Writing Secure Web Services The library looks promising, although I'm having problems with the given examples. The server runs fine, but when I try to run the client under the rails folder (examples/rails/simple/client/client.rb), I get the following error: c:/ruby/lib/ruby/1.8/i386-mswin32/digest.so: Class is not a module (TypeError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `re quire' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_suppo rt/dependencies.rb:214:in `require' from c:/ruby/lib/ruby/1.8/pstore.rb:11 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `re quire' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_suppo rt/dependencies.rb:214:in `require' from c:/ruby/lib/ruby/1.8/cgi/session/pstore.rb:13 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `re quire' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_suppo rt/dependencies.rb:214:in `require' ... 17 levels... from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `re quire' from c:/ruby/lib/ruby/site_ruby/1.8/wss4r/rpc/wssdriver.rb:4 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `re quire' from client.rb:2 This is on a Windows XP machine with Ruby 1.8.4. Any ideas?