Hi, I''m connecting to a cf web service.... <cfcomponent> <cffunction name="myname" returntype="string" access="remote"> <cfreturn "fred" > </cffunction> </cfcomponent> 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 -- Posted via http://www.ruby-forum.com/.
Any ideas folks? Any input would be greatly appreciated. Thanks, MDK -- Posted via http://www.ruby-forum.com/.
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 -- Posted via http://www.ruby-forum.com/.
Seemingly Similar Threads
- Web Service (server) and file_column issues
- soapenc:base64 and xsd:base64Binary
- XMLSchema:::processSchemaTypes() fails with XMLSchema.xsd [was: SSOAP fails with .types[[1]] : subscript out of bounds]
- Working cludge [Re: SSOAP fails with .types[[1]] : subscript out of bounds]
- passenger on localhost