Hi,
I have a question. How can I check or verify that my geomtry service is working properly?
Thanks,
DLL
Solved! Go to Solution.
Diego,
You can check your ArcGIS Server logs. You can add your server url to the front of this url and paste it into the address bar:
/arcgis/rest/services/Utilities/Geometry/GeometryServer/buffer?geometries=%7B%0D%0A"geometryType"+%3A+"esriGeometryPoint"%2C%0D%0A"geometries"+%3A+%5B%0D%0A+%7B"x"+%3A+-104.53%2C+"y"+%3A+34.74%7D%2C%0D%0A+%7B"x"+%3A+-63.53%2C+"y"+%3A+10.23%7D%0D%0A%5D%0D%0A%7D&inSR=4326&outSR=102100&bufferSR=102100&distances=500&unit=9001&unionResults=true&geodesic=false&f=pjson
Diego,
You can check your ArcGIS Server logs. You can add your server url to the front of this url and paste it into the address bar:
/arcgis/rest/services/Utilities/Geometry/GeometryServer/buffer?geometries=%7B%0D%0A"geometryType"+%3A+"esriGeometryPoint"%2C%0D%0A"geometries"+%3A+%5B%0D%0A+%7B"x"+%3A+-104.53%2C+"y"+%3A+34.74%7D%2C%0D%0A+%7B"x"+%3A+-63.53%2C+"y"+%3A+10.23%7D%0D%0A%5D%0D%0A%7D&inSR=4326&outSR=102100&bufferSR=102100&distances=500&unit=9001&unionResults=true&geodesic=false&f=pjson
Hi Robert,
After using the URL I got this
I think this means it is working properly right, because I have no logs refering Geometry service.
Thanks
DLL
Correct, That would mean it is working properly