Hi everyone,
I want to create a silverlight mapping application that queries my own WMS webservice (mapserver, not ArcGIS). This would be a pretty simple application, zoom in and out, pan, layers on/off.
I was wondering if the ArcGIS API for Silverlight is the way to go here. I know it is FOR ArcGIS, but as far as I know, WMS services need to provide the client with capabilities (GetCapabilities) and return a MAP (GetMap). So I was hoping, instead of writing the entire client in Silverlight from scratch, to use the ArcGIS API for Silverlight for all of this.
Is this possible? Is the API robust enough to manipulate the GetMap call based on info from GetCapabilities, without having to parse everything out yourself? Does it also provide controls for basic map manipulation?
If not, does anyone know what is the best way of using Silverlight for such a task?
Thanks!
Chris