Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Google + SOAP

From: dockimbel:free at: 23-Apr-2002 13:27

Oops, i've left a little bug : Nenad Rakocevic wrote:
[...]
> res: read soap://api-ab.google.com/search/beta2/GoogleSearchService [
[...]
> Do-Google-Search: func [data [block!]][ > read soap://api-ab.google.com/search/beta2/GoogleSearchService reduce ['doGoogleSearch data] > ]
Should be : ...read join soap://api-ab.google.com/search/beta2/GoogleSearchService? mold [... -DocKimbel.