I am generating a legend for a Silverlight map using the GetLegendInfo method in the ArcGIS 10 SOAP Web Services.
The array of MapServerLegendInfo objects that is returned does not contain annotation layers or raster layers that are in my map service. Does anyone know how I can get those layer types to return, or if there is a good workaround?
I know that the ESRI Silverlight API v2.1 contains it's own legend control, however I am not able to use that.
Thanks, Seth