Is there a way to set the Output Spatial Reference for a FeatureLayer that references an ArcGIS map service? I know the map service supports this, but I don't see a way to do it with the FeatureLayer class. My base map is using web mercator (102100), but I would like to display layers from a service that is using WGS-84 (4326) by default. I also thought I might be able to handle the UpdateCompleted event and reproject the graphic geometries individually, but that event doesn't seem to fire in this case. It looks like if the default spatial reference of the map service is different than that of the map, then it never even attempts to load the layer.
Mike