I have a web application that consumes a map from ArcIMS, using an old and unsupported 3rd party control. We are replacing ArcIMS with ArcGIS Server, so I need to get the maps working for ArcGIS. The old control is not an option.
I have managed to get MapSuite to provide all of the functionality we had in this particular application (using WMS and WFS). However, this web application is mainly used on Windows Mobile devices. This means that very limited javascript support is available, and the MapSuite map does not work (not even rendered). I am after a short-term fix to get us through the migration - in the longer term, we have can either move to the Compact Framework, and/or use Silverlight.
But in the meantime, does anyone see a solution to this? I found the Map.IsDefaultJavascriptLibraryDisabled property but enabling this just caused script errors, which means I have to provide my own replacement scripts?
Thank you, Trev
PS. I realise we could invest in a more sophisticated mobile browser, but this solution will make our users unhappy.