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



_______________________________________________
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/003601d20dba$1b4ee880$51ecb980$@com
** 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.

Reply via email to