<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 9.3.1 legend control with proxied services in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708504#M18197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the replys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not clear on exactly what the proxy is doing, it was copied code that got us past a previous problem, so I will probably have to have a closer look in there (proxy.ashx).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think giving you the URL will help because I can see that it works fine directly from the URL (thanks for the test page).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is our DynamicLayer in XAML, referenceing the proxy page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer ID="Waste Reduction" x:Name="layerWASTE" Visible="False" 
ProxyURL="../proxy.ashx" Url="http://www.regionaldistrict.com/rdcoags/rest/services/GIS_App_WASTE/MapServer" InitializationFailed="Layer_InitializationFailed" DisableClientCaching="True"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any more hints would be great&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 05:45:36 GMT</pubDate>
    <dc:creator>DaveOrlando</dc:creator>
    <dc:date>2021-12-12T05:45:36Z</dc:date>
    <item>
      <title>9.3.1 legend control with proxied services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708499#M18192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to use the ESRI legend control (9.3.1 which uses arcgis.com) with proxied map services?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 15:07:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708499#M18192</guid>
      <dc:creator>DaveOrlando</dc:creator>
      <dc:date>2011-09-16T15:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: 9.3.1 legend control with proxied services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708500#M18193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes whether your mapservice is public, i.e. arcgis.com can access directly to your map service without using the proxy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 07:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708500#M18193</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-09-19T07:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: 9.3.1 legend control with proxied services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708501#M18194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;but we &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;are&lt;/SPAN&gt;&lt;SPAN&gt; using proxied services. we keep getting 403 errors when arcgis.com tries to access our service through the proxy. are there any recommended techniques to get past this, or is the legend control not expected to work through a proxied service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 14:20:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708501#M18194</guid>
      <dc:creator>DaveOrlando</dc:creator>
      <dc:date>2011-09-19T14:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: 9.3.1 legend control with proxied services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708502#M18195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Proxied services could mean a lot of things. Can you explain what is that proxy doing? Basic idea would be to have your proxy allow requests from arcgis.com to be directed to the map services. A good test would be to paste your map service url here and see if you get a legend:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://utility.arcgis.com/sharing/tools/legend?soapUrl=&amp;amp;f=html"&gt;http://utility.arcgis.com/sharing/tools/legend?soapUrl=&amp;amp;f=html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 13:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708502#M18195</guid>
      <dc:creator>GarimaVyas</dc:creator>
      <dc:date>2011-09-20T13:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: 9.3.1 legend control with proxied services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708503#M18196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tested the legend with a 9.3 map service and a proxy, and that looks working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The request to the arcgis.com legend service is not using the proxy, so your issue is probably not coming from this one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you share your map service URL, so I could test with your own service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 14:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708503#M18196</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-09-20T14:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: 9.3.1 legend control with proxied services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708504#M18197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the replys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not clear on exactly what the proxy is doing, it was copied code that got us past a previous problem, so I will probably have to have a closer look in there (proxy.ashx).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't think giving you the URL will help because I can see that it works fine directly from the URL (thanks for the test page).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is our DynamicLayer in XAML, referenceing the proxy page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;esri:ArcGISDynamicMapServiceLayer ID="Waste Reduction" x:Name="layerWASTE" Visible="False" 
ProxyURL="../proxy.ashx" Url="http://www.regionaldistrict.com/rdcoags/rest/services/GIS_App_WASTE/MapServer" InitializationFailed="Layer_InitializationFailed" DisableClientCaching="True"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any more hints would be great&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708504#M18197</guid>
      <dc:creator>DaveOrlando</dc:creator>
      <dc:date>2021-12-12T05:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: 9.3.1 legend control with proxied services</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708505#M18198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got the legend with your map service and a proxy (see attached screenshot).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't think giving you the URL will help because I can see that it works fine directly from the URL (thanks for the test page).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As I said previously the proxy is not used to get the legend, so you probably have an issue with your proxy but in this case you should not see the layer at all (i.e. not only a legend issue).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 15:14:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/9-3-1-legend-control-with-proxied-services/m-p/708505#M18198</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-09-20T15:14:33Z</dc:date>
    </item>
  </channel>
</rss>

