<?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: How to create ArcGISDynamicMapServiceLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-arcgisdynamicmapservicelayer/m-p/691541#M17765</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;SPAN&gt;ArcGISDynamicMapServiceLayer actually means a dynamic(not cached) map service published by ArcGIS Server, which is in REST format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, to render you own data in silverlight app, all you need to do is to prepare your own ArcGISDynamicMapServiceLayer, which can be done by publishing your data by using ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TODO list:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Prepare your data in arcmap and save them in a mxd file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Using ArcGIS Server to publish the .mxd file as a map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Got the REST url of your map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Set the url to ArcGISDynamicMapServiceLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, there have some details you may should know, such as difference between .mxd and .msd file, set resource read permissions to ArcGISSOC account, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All of these can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Preparing_resources_for_publishing_as_services/00930000005v000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Preparing_resources_for_publishing_as_services/00930000005v000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2011 00:16:00 GMT</pubDate>
    <dc:creator>wangzhifang</dc:creator>
    <dc:date>2011-07-28T00:16:00Z</dc:date>
    <item>
      <title>How to create ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-arcgisdynamicmapservicelayer/m-p/691540#M17764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK guys, don't be hard on me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used to be a developer for avenue (Arc 3.x) and then become aspx and silverlight developer. I am eager to know building silverlight mapping applications but stuck in ArcGISDynamicMapServiceLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to create ArcGISDynamicMapServiceLayer? Where do I start building the services? Can I do it in .net (VS 2010)? I have plenty of data with X and Y coordinates and polygons that needs to be displayed on the silverlight page. I have the project but referencing to esri servers (which is great) but need my own data to show on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ArcGIS server manager, ArcGIS server 9.3 and 10, Silverlight 5 and 10 years in VB.net skills.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 19:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-arcgisdynamicmapservicelayer/m-p/691540#M17764</guid>
      <dc:creator>SugihonoBudiman</dc:creator>
      <dc:date>2011-07-27T19:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create ArcGISDynamicMapServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-arcgisdynamicmapservicelayer/m-p/691541#M17765</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;SPAN&gt;ArcGISDynamicMapServiceLayer actually means a dynamic(not cached) map service published by ArcGIS Server, which is in REST format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, to render you own data in silverlight app, all you need to do is to prepare your own ArcGISDynamicMapServiceLayer, which can be done by publishing your data by using ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TODO list:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Prepare your data in arcmap and save them in a mxd file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Using ArcGIS Server to publish the .mxd file as a map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Got the REST url of your map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Set the url to ArcGISDynamicMapServiceLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, there have some details you may should know, such as difference between .mxd and .msd file, set resource read permissions to ArcGISSOC account, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All of these can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Preparing_resources_for_publishing_as_services/00930000005v000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Preparing_resources_for_publishing_as_services/00930000005v000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 00:16:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-create-arcgisdynamicmapservicelayer/m-p/691541#M17765</guid>
      <dc:creator>wangzhifang</dc:creator>
      <dc:date>2011-07-28T00:16:00Z</dc:date>
    </item>
  </channel>
</rss>

