From: PD Dizon Date: 2011-10-28T15:50:22+09:00 Subject: SOAP WSDLDriverFactory - where? Hi all, I've seen various examples of using Ruby to generate a SOAP client, and basically they all have the form require 'soap/wsdlDriver' wsdl = 'http://path-to-wsdl' driver = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver I tried doing this on my machine, but Ruby says :29:in `require': no such file to load -- soap/wsdlDriver (LoadError) from :29:in `require' I tried to ri SOAP, and ri SOAP::WSDLDriverFactory, but get the "Nothing known" message. Where can I find this elusive WSDLDriverFactory? I am using RubyInstaller for Windows 1.9.2. Thanks in advance. -- Posted via http://www.ruby-forum.com/.