Thanks Al, I'd forgotten that you had a lot of early "tribulations" with Soap!
Dave
-----Original Message----- From: ProFox [mailto:profox-bounces@leafe.com] On Behalf Of Allen Pollard Sent: 13 September 2016 13:27 To: profox@leafe.com Subject: RE: Google API for Geocoding ... Again
Hi Dave Not tried Google stuff but does it work as soap? The following is what I use to talk to one of my own web services.
LPARAMETERS cSeason LOCAL loStationData AS "XML Web Service" LOCAL loException, lcErrorMsg, loWSHandler, oResult coord.displaymethod = PROGRAM() TRY loWSHandler = NEWOBJECT("WSHandler",IIF(VERSION(2)=0,"",HOME()+"FFC")+"_ws3client.vcx") loStationData = loWSHandler.SetupClient("http://www.airportslots.org/StationSupport/StationD ata.asmx?WSDL", "StationData", "StationDataSoap") oResult = loStationData.GetSeasonData(cSeason) CATCH TO loException MESSAGEBOX(loException.Message,0,STR(loException.ErrorNo)) oResult = .F. FINALLY ENDTRY RETURN oResult
Al
-----Original Message-----
Fellow Gentlemen, I posted a request about doing geocoding requests to receive back a Lat/Long dataset for various addresses a few weeks ago and now find that Google do in fact provide a Geocoding service:
https://developers.google.com/maps/documentation/geocoding/start
[excessive quoting removed by server]