Thanks Al, I'd forgotten that you had a lot of early "tribulations" with Soap!
Dave -----Original Message----- From: ProFox [mailto:[email protected]] On Behalf Of Allen Pollard Sent: 13 September 2016 13:27 To: [email protected] 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] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

