Select to view content in your preferred language

Options for identifying across multiple services

691
3
11-11-2011 07:16 AM
BrianGustafson
Occasional Contributor
I have multiple dynamic services in my map that I would like to click on and return results.  What are some options for accomplishing this?  It seems like the identify task can only be hooked up to one service.
0 Kudos
3 Replies
JenniferNery
Esri Regular Contributor
You can do IdentifyTask on multiple services but you should be careful not to call it sequentially. You have to wait for one task to complete/fail before you can do another identify. This might be a related thread: http://forums.arcgis.com/threads/14714-QUERY-ALL-ON-MULITPLE-MAP-SERVICE-REST-ENDPOINT-LAYERS-ALL-AT...
0 Kudos
BrianGustafson
Occasional Contributor
That is what I needed.  Thanks.
0 Kudos
DominiqueBroux
Esri Frequent Contributor
For info, this sample is showing how to identify multiple services.
0 Kudos