Ian Skinner wrote:
> <cfscript>
>  ws = CreateObject("webservice", 
> "http://geocoder.us/dist/eg/clients/GeoCoder.wsdl";);
>  test = ws.geocode("1625 Stockton Blvd, Sacramento CA");
> </cfscript>

first off i think you got the wrong method, try this:

test = ws.geocode_address("1625 Stockton Blvd, Sacramento CA");

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240449
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to