Solved
geocode with own web service
I have my own ArcGIS Server GeoCode Service web service available and was seeing how do I use it with FME? I'm accessing a table thru ODBC which has addresses and turning it into a shapefile. Thanks!
Best answer by david_r
Hi
View original
Look at the API specification for the geocodeAddresses (https://developers.arcgis.com/rest/geocode/api-reference/geocoding-geocode-addresses.htm)service.
You can either use an JSONTemplater or just hardcode your JSON into an attribute and pass it into a HTTPCaller that points to your server. You can use a JSONFlattener to convert the resulting JSON back into an FME feature for further processing.
David
This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.