Asp Forum
Home
|
Login
|
Register
|
Search
Forums
>
comp.lang.ruby
Google's API: undefined method `create_rpc_driver'
jotto
1/16/2006 12:28:00 AM
I'm trying to connect to Google's API with some popular sample code:
require 'soap/wsdlDriver'
wsdl = "
http://api.google.com/GoogleSearch....
driver = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver
query = "your query string here"
start = 0
max = 10
@results = driver.doGoogleSearch( key, query, start, max, true, "",
true, 'lang_en', '','')
snippets = @results.resultElements.collect { |r| r.snippet } # you can
get all kinds'a' info here
self.update_attribute(:html, snippets.join("\n")) # or whatever
.......
but i get the following error:
undefined method `create_rpc_driver' for
#<SOAP::WSDLDriverFactory:{urn:GoogleSearch}GoogleSearch>
It doesn't like create_rpc_driver, any ideas?
Servizio di avviso nuovi messaggi
Ricevi direttamente nella tua mail i nuovi messaggi per
Google's API: undefined method `create_rpc_driver'
Inserendo la tua e-mail nella casella sotto, riceverai un avviso tramite posta elettronica ogni volta che il motore di ricerca troverà un nuovo messaggio per te
Il servizio è completamente GRATUITO!
x
Login to ForumsZone
Login with Google
Login with E-Mail & Password