<?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: Discover Map Services Available from a ArcGIS Server in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594919#M15268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's some documentation on how you could use ServiceDirectory &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/servicesdirectory.html"&gt;http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/servicesdirectory.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Jan 2011 21:37:47 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2011-01-09T21:37:47Z</dc:date>
    <item>
      <title>Discover Map Services Available from a ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594917#M15266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a mechanism that will let me discover what Map Services are available by simply putting in the URL for discover?&amp;nbsp; For example, &lt;/SPAN&gt;&lt;A href="http://www.somecompany.edu/ArcGIS/rest/services"&gt;http://www.somecompany.edu/ArcGIS/rest/services&lt;/A&gt;&lt;SPAN&gt; is entered and then grabbing all the Map Services available?&amp;nbsp; I see ArcGIS Explorer Online lets you do it by specifying a ArcGIS URL.&amp;nbsp; Can it be done with the Silverlight/WPF API tool?&amp;nbsp; I just hate hard coding the URLs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2011 16:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594917#M15266</guid>
      <dc:creator>HeavyWoody</dc:creator>
      <dc:date>2011-01-09T16:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Discover Map Services Available from a ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594918#M15267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know of built-in way to do this from Silverlight but writing it yourself would be easy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You just need to write some server side logic and expose it via REST.&amp;nbsp; The logic would simply connect to the SOM, gets whatever information you require from it, and then returns the results.&amp;nbsp; If you have a proxy page then that might be a good place to put this logic.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2011 17:41:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594918#M15267</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2011-01-09T17:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Discover Map Services Available from a ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594919#M15268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's some documentation on how you could use ServiceDirectory &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/servicesdirectory.html"&gt;http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/servicesdirectory.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2011 21:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594919#M15268</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-01-09T21:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Discover Map Services Available from a ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594920#M15269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the REST api, and starting with a root url, it doesn't seem like it would be hard to crawl through all the Folders recursively.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 01:56:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594920#M15269</guid>
      <dc:creator>KirkKuykendall</dc:creator>
      <dc:date>2011-01-10T01:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Discover Map Services Available from a ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594921#M15270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;take a look at this sample (called ArcGIS Server Explorer for Silverlight), it does something similar (note that on the 11th it will move location to the new resources.arcgis.com site)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16243"&gt;http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&amp;amp;scriptID=16243&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 19:27:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/discover-map-services-available-from-a-arcgis/m-p/594921#M15270</guid>
      <dc:creator>DaveTimmins</dc:creator>
      <dc:date>2011-01-10T19:27:13Z</dc:date>
    </item>
  </channel>
</rss>

