<?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: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3 in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133065#M3136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Robert&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I like the dynamic legend widget a lot and trying to load it into my project. I have ArcGIS Server 9.3.1and SFV1.3, After modified the source code and tried to run my flex project, I got error "There are no visible layers, or map legend generation failed!". But when I check the server, the png files were written to c:\\gisserver\arcgisoutput\xxxxx.png, and I can open them with IE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have any raster image on server, and I notied I have map service just for labeling, so I excluded that by change (ArcGISDynamicMapServiceLayer(liveLayers&lt;I&gt;).id != "labeling").&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have any idea about what else I missed? I attached the livemapswidget in a zip file, when you get any chance , would you please take a look for me? Thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Amy&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Jason,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Open a web browser and test if the web service is doing what it is suppose to. So on the ArcGIS Server machine that you ran the setup on type "http://localhost/restLegend/restLegend.asmx" and then click on generateLegends and type in some default values like:&lt;BR /&gt;&lt;BR /&gt;soapUrl:&amp;nbsp;&amp;nbsp; &lt;A href="http://services.arcgisonline.com/ArcGIS/services/Demographics/ESRI_Diversity_US_2D/MapServer"&gt;http://services.arcgisonline.com/ArcGIS/services/Demographics/ESRI_Diversity_US_2D/MapServer&lt;/A&gt;&lt;BR /&gt;dpi:&amp;nbsp; 96&lt;BR /&gt;pWidth:&amp;nbsp; 20&lt;BR /&gt;pHeight:&amp;nbsp; 20&lt;BR /&gt;serviceName:&amp;nbsp; Test&lt;BR /&gt;&lt;BR /&gt;That should return a XML result.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 16:41:08 GMT</pubDate>
    <dc:creator>AimeiChen</dc:creator>
    <dc:date>2011-06-22T16:41:08Z</dc:date>
    <item>
      <title>Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133039#M3110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just upgraded ArcGIS Server to version 10 from 9.3.1. When I open the Flex page through the browser, instead of the dynamic legend loading, the wait for legend creation just keeps spinning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to fix this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 14:26:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133039#M3110</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-13T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133040#M3111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The whole ASP.net webservice was built using 9.3 server so a new web service would have to created for 10. I'll have to see what I can do when I get some time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 14:34:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133040#M3111</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-13T14:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133041#M3112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I forgot I had already done this work. In the zip is also an update to the liveMapsWidget.mxml code that you may want, it is for when you turn off sub layers of a map service in the TOC those layers are turned off in the legend also.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 15:02:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133041#M3112</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-13T15:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133042#M3113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It blows my mind at how well you know this stuff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 15:28:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133042#M3113</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-13T15:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133043#M3114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been trying to get your new Rest Legend to work and I keep running into the same problem. Every time the Legend tries to load I get the same error. Please see the attached jpeg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 21:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133043#M3114</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-13T21:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133044#M3115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Open a web browser and test if the web service is doing what it is suppose to. So on the ArcGIS Server machine that you ran the setup on type "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost/restLegend/restLegend.asmx" rel="nofollow" target="_blank"&gt;http://localhost/restLegend/restLegend.asmx&lt;/A&gt;&lt;SPAN&gt;" and then click on generateLegends and type in some default values like:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;soapUrl:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://services.arcgisonline.com/ArcGIS/services/Demographics/ESRI_Diversity_US_2D/MapServer"&gt;http://services.arcgisonline.com/ArcGIS/services/Demographics/ESRI_Diversity_US_2D/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;dpi:&amp;nbsp; 96&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pWidth:&amp;nbsp; 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pHeight:&amp;nbsp; 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;serviceName:&amp;nbsp; Test&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That should return a XML result.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Aug 2010 21:03:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133044#M3115</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-14T21:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133045#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@Robert&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not able to extract the file. it shows file is damaged&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 10:18:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133045#M3116</guid>
      <dc:creator>shafitrumboo</dc:creator>
      <dc:date>2010-08-16T10:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133046#M3117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does return the XML with all of the information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully, the attached JPEG works this time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 18:44:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133046#M3117</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-16T18:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133047#M3118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Can you attach your LiveMapsWidget.mxml?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 11:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133047#M3118</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-17T11:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133048#M3119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Attached is my LiveMapsWidget.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have changed my transparency slider, would this cause a problem for the legend generation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 15:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133048#M3119</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-17T15:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133049#M3120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears the error shown in the previous post only happens when initially opening the Flex page. To test, I opened the application page, then zoomed in (sometimes once, other times twice) and the map legend appeared as normal. Robert, do you have any ideas on the cause?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 19:37:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133049#M3120</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-17T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133050#M3121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Well there is no error in your LiveMapsWidget.mxml as I took it and only changed the url of the wsdl and it worked just fine for me when I used your code in my viewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; When you tested the asp.net web service on your server as I mentioned in my previous email did you happen to copy one of the image urls and test to see if it displayed and image when you put it in a browser?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Also have you put &lt;/SPAN&gt;&lt;A href="http://AFR112PROD4/restLegend/restLegend.asmx?wsdl"&gt;http://AFR112PROD4/restLegend/restLegend.asmx?wsdl&lt;/A&gt;&lt;SPAN&gt; in a browser and seen it bring up the wsdl file for your to see?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 22:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133050#M3121</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-17T22:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133051#M3122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shaf,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The file is not damaged this is a known issue with this forum when you try to use Internet Explorer to download a zip file. Try and use Firefox or Google Chrome instead. Also be warned that this is not something that is easy to implement even for a non-beginner in Flex.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 22:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133051#M3122</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-17T22:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133052#M3123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert. Yes I did test to see if the image came up, and I had no problems connecting to any of them in the xml. Since they always work, but not right away, could it be a timing issue where the legend request is timing out before the app gets a chance to populate the legend? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 14:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133052#M3123</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-18T14:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133053#M3124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert. Is there anyway to pause the creation of the Legend? When I look at the error through Fiddler (below), I am thinking the legend is trying to start before the server is ready.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes/No, any help would be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"&amp;gt;&amp;lt;soap:Body&amp;gt;&amp;lt;soap:Fault&amp;gt;&amp;lt;faultcode&amp;gt;soap:Server&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring&amp;gt;Server was unable to process request. ---&amp;amp;gt; The request failed with HTTP status 404: Service Not Found or Not Started.&amp;lt;/faultstring&amp;gt;&amp;lt;detail /&amp;gt;&amp;lt;/soap:Fault&amp;gt;&amp;lt;/soap:Body&amp;gt;&amp;lt;/soap:Envelope&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 14:38:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133053#M3124</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-25T14:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133054#M3125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You have your LiveMapsWidgets coming up with the legend from the start right? Can you instead have it open to the TOC and then let the user switch to the legend?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 15:07:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133054#M3125</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-25T15:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133055#M3126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ignore the the last post. It was the aerial imagery in a map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, forgot about that issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=299116"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=299116&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Aug 2010 15:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133055#M3126</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-25T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133056#M3127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Robert. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been playing around with the dynamic legend, and I am still getting the error. The error only happens the first time I open the legend, and hitting the browser refresh button fixes it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I remove the service that contains the rasters (from the config file), the problem does not appear at all. This does include adding the raster service to code as mentioned in the previous post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am wondering if you have any ideas on why this may be happening?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 20:56:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133056#M3127</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-08-31T20:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133057#M3128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jason,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Rasters can not be part of a map service that you are generating a legend for. That is just a limitation of the code. I have advised others in the past to just separate out raster layers to their own map service and then exclude them from the legend code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Aug 2010 21:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133057#M3128</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-08-31T21:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Rest Legend in ArcGIS Server 10 and Flex API 1.3</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133058#M3129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have three different services opening, with one containing rasters. I don't remember the forum where you showed how to remove the specific service layer from the legend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:35:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/dynamic-rest-legend-in-arcgis-server-10-and-flex/m-p/133058#M3129</guid>
      <dc:creator>JasonHancheruk</dc:creator>
      <dc:date>2010-09-02T15:35:29Z</dc:date>
    </item>
  </channel>
</rss>

