Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem accessing Google
Message
 
 
To
28/04/2003 10:08:20
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00782149
Message ID:
00782226
Views:
12
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform