Tagged Questions
0
votes
2answers
156 views
Access geoprocessing service via REST, get JSON back
I have an ArcGIS Server 10.0 geoprocessing task with a REST endpoint something like this:
http://server/arcgis/rest/services/MyService/GPServer/MyTask
The task takes a parameter. I was hoping I could ...
1
vote
1answer
232 views
ArcGis Rest – service name vs. folder - Are the folders always part of the service name?
I'm using an ArcGIS REST map service, and my question is how do I construct the URL to the service? Specifically, what relationship is there between the Service Name, the Test Server, and the folder ...
6
votes
2answers
2k views
How to navigate the REST endpoints and retrieve Field information programatically
I'm adding a Dynamic Map Service to an ArcGIS Server JavaScript API map, and I need to get hold of each component layer and its fields, so I can run a query.
See the sample ArcGIS Server services ...