search for: cfreturn

Displaying 1 result from an estimated 1 matches for "cfreturn".

Did you mean: _return
2006 Jul 18
2
connecting to a coldfusion web service
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 me...