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