Heh,
After my last post, I discovered the official Web Services With Rails website, and decided to see if I could figure out why the Google w/WSDL example from their “booklet” didn’t work.
But instead, I got this:
NoMethodError in CodeController#googlewsdltest
undefined method `create_rpc_driver' for #
RAILS_ROOT: E:/webfiles/rorbe.com/public/../config/..
(<snip>)
So it wasn’t just me. Apparently something significant has changed in Rails web services, and the documentation has yet to catch up.