From: roland.schmitt@... Date: 2006-02-13T05:43:25+09:00 Subject: Re: Writing Secure Web Services Hello Scott, > 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? sorry for the late reply. I've tested with WinXP and Ruby 1.8.4 too, but i will look into this problem. Perhaps the openssl-bindings are not working with your installation? Kind regards, Roland