Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem accessing Google
Message
 
 
À
28/04/2003 10:08:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00782149
Message ID:
00782226
Vues:
11
>Thanks Sergey but I just typed a string where I normaly put the licence key.
>In my original code I supplied the correct key, otherwise it wouldn't have worked in .Net.
>
Hi Guillaume,

Following that uses SOAP directly works for me.
loGoogle = Createobject("mssoap.soapclient30")
loGoogle.MSSoapInit("http://api.google.com/GoogleSearch.wsdl", ;
	"GoogleSearchService","GoogleSearchPort")
loResult = loGoogle.doGoogleSearch(lcGoogleKey,'FoxPro',0,1,.f.,'',.f.,'','','')
? loResult.context.text
I couldn't use your code because _Webservices.vcx was replaced with some other classes in VFP8.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform