Connecting to a coldfusion web service

Hi,
I’m connecting to a cf web service…

using

require ‘soap/wsdlDriver’

wsdlfile = “http://localhost/docsearch/mainsearch.cfc?wsdl
factory = SOAP::WSDLDriverFactory.new(wsdlfile)

and I am getting the error “undefined local variable or method
`targetnamespace’ for #WSDL::SOAP::Fault:0x360b8b0

We’re using Ruby 1.8.2 and CF MX 7

ANY help would be GREATLY appreciated.

Thanks,
MDK

Any ideas folks?

Any input would be greatly appreciated.

Thanks,
MDK

I can’t believe that no one has encountered this.

Granted we (here) are all very new to Ruby I just cant see what we’re
doing wrong.

Is there another strategy for consuming a web service that I should try?

Thanks in advance!
MDK