The proxy was of no use.
I've found the crossdomain.xml is not in the root.http://maps.helcom.fi/website/crossdomain.xmlHow to tell Silverlight to look for the crossdomain.xml here instead?
Still interesting in knowing if it is possible to read the crossdomain.xml file without using fiddler AutoResponder.
//QueryTask queryTask = new QueryTask("http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/5"); QueryTask queryTask = new QueryTask("http://maps.helcom.fi/ArcGIS/rest/services/DataDeliveryNoSublayers/MapServer/132");
//query.OutFields.AddRange(new string[] { "STATE_NAME", "SUB_REGION", "STATE_FIPS", "STATE_ABBR", "POP2000", "POP2007" }); query.OutFields.AddRange(new string[] { "ET_FID", "ID", "COUNTRY", "AIRCRAFT", "SPEED_KN", "RS_EQUIP" });
<esri:WmsLayer ID="- Aircrafts" Url="http://maps.helcom.fi/ArcGIS/services/DataDelivery/MapServer/WMSServer?" ProxyUrl="http://serverapps.esri.com/SilverlightDemos/ProxyPage/proxy.ashx" Version="1.3.0" Layers="179" SkipGetCapabilities="True" Initialized="WmsLayer_Initialized" Visible="True" InitializationFailed="layer_InitializationFailed"/>
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.