Serving Up Multiple Data Frames In An MSD With One Service Using ArcGIS Server 10 SP1

3174
2
08-22-2011 10:36 PM
PercyJackson
New Contributor
Hi everyone
I am looking for some urgent help.
I have built a map with multiple data frames in one MSD.
I have successfully setup my web service and my web application through ArcGIS Server Manager.
Within the setup of my web application I was able to add and setup my multiple data frames in one service.
My problem now is that in http://myserver/ArcGIS/rest/services/my folder/MapServer I can only see one data frame(my active data frame)
Is there a way to see all my data frames in my rest services folder?
My developers is using Silverlight to develop our applications, and they can`t go further if the other data frames is not visible in my rest services.

My developers are new to ArcGIS and any help would be appreciated.

Thanks in advance.
0 Kudos
2 Replies
SrinivasVinnakota
Esri Contributor
REST only supports default map (active data frame). If you would like to use non-default map then you would need to access your map service as a SOAP service.

Alternately, you could create multiple map documents with one data frame each and publish multiple map services. Have logic in your application to switch between these map services.
0 Kudos
PercyJackson
New Contributor
Hi Srinivas.

Thank you very much for the reply.
I will let my Developers know.

Regards,
0 Kudos