Hi, my organization's Flex Viewer is still based on Flex Viewer 1.x with Flex SDK 3.4. It has been working fine with ArcGIS Server 9.3 and 10. We are still trying to migrate the Viewer to the latest Flex Viewer 3 version, but have not completed yet for some reasons, and I am wondering if the current Viewer on 1.x can run on map services published by ArcGIS Server 10.1. Does anyone know about this?
...I am wondering if the current Viewer on 1.x can run on map services published by ArcGIS Server 10.1.
The 1.x does not work with Tiled 10.1 services, but it will work fine with ArcGISDynamicMapServiceLayer and ArcGISImageServiceLayer running on 10.1 servers.
...I am wondering if the current Viewer on 1.x can run on map services published by ArcGIS Server 10.1.
The 1.x does not work with Tiled 10.1 services, but it will work fine with ArcGISDynamicMapServiceLayer and ArcGISImageServiceLayer running on 10.1 servers.
Clarification: Version 1.0-1.2 does not work with TILED ArcGIS 10.1 Services. Version 1.3 and onwards are fine to use.
It fails in older versions because ArcGIS 10.1 is not backwards-compatible with tiled mapping requests that send in the .png extension as part of the URL. We used to do this before version 1.3 API.
The workaround for 1.0-1.2 is to either upgrade to 1.3 or later, or a developer could extend the layer, override the getTileURL() method, call "super" and then strip off the extension.