<?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: Using MapServer that only supports ArcGIS JavaScript in Silverlight? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-mapserver-that-only-supports-arcgis/m-p/167163#M4101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you run Fiddler with your application that has the following code. You will notice that the not found exception was raised by this web request: &lt;/SPAN&gt;&lt;A href="http://webservices.cartosphere.com/arcgis/rest/services/FranceRaster/FRANCERASTER_V20_FRA_L93/MapServer?f=json" rel="nofollow noopener noreferrer" target="_blank"&gt;http://webservices.cartosphere.com/arcgis/rest/services/FranceRaster/FRANCERASTER_V20_FRA_L93/MapServer?f=json&lt;/A&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer Url="http://webservices.cartosphere.com/arcgis/rest/services/FranceRaster/FRANCERASTER_V20_FRA_L93/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Map&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to set Token property. You can read this blog post: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/02/15/How-to-use-secure-ArcGIS-Server-services.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/02/15/How-to-use-secure-ArcGIS-Server-services.aspx&lt;/A&gt;&lt;SPAN&gt;. If you know username, password, you can generate token from this link: &lt;/SPAN&gt;&lt;A href="http://webservices.cartosphere.com/arcgis/tokens" rel="nofollow noopener noreferrer" target="_blank"&gt;http://webservices.cartosphere.com/arcgis/tokens&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 08:43:08 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2021-12-11T08:43:08Z</dc:date>
    <item>
      <title>Using MapServer that only supports ArcGIS JavaScript in Silverlight?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-mapserver-that-only-supports-arcgis/m-p/167162#M4100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In our (Silverlight) project we are obliged to use a specific mapserver which provides us the map of France :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://webservices.cartosphere.com/arcgis/rest/services/FranceRaster/FRANCERASTER_V20_FRA_L93/MapServer"&gt;http://webservices.cartosphere.com/arcgis/rest/services/FranceRaster/FRANCERASTER_V20_FRA_L93/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, this service does only supports ArcGIS JavaScript, when we try to configure our ArcGIS Map control to use this server, the application gives us a 'notfound' exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are very new to this subject, so I was wondering if someone knows a work-around to use this mapserver with the Silverlight control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for helping us out!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 15:21:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-mapserver-that-only-supports-arcgis/m-p/167162#M4100</guid>
      <dc:creator>ErnstjanAalbersberg</dc:creator>
      <dc:date>2011-11-21T15:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using MapServer that only supports ArcGIS JavaScript in Silverlight?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-mapserver-that-only-supports-arcgis/m-p/167163#M4101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you run Fiddler with your application that has the following code. You will notice that the not found exception was raised by this web request: &lt;/SPAN&gt;&lt;A href="http://webservices.cartosphere.com/arcgis/rest/services/FranceRaster/FRANCERASTER_V20_FRA_L93/MapServer?f=json" rel="nofollow noopener noreferrer" target="_blank"&gt;http://webservices.cartosphere.com/arcgis/rest/services/FranceRaster/FRANCERASTER_V20_FRA_L93/MapServer?f=json&lt;/A&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:Map&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;esri:ArcGISTiledMapServiceLayer Url="http://webservices.cartosphere.com/arcgis/rest/services/FranceRaster/FRANCERASTER_V20_FRA_L93/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/esri:Map&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to set Token property. You can read this blog post: &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/02/15/How-to-use-secure-ArcGIS-Server-services.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/02/15/How-to-use-secure-ArcGIS-Server-services.aspx&lt;/A&gt;&lt;SPAN&gt;. If you know username, password, you can generate token from this link: &lt;/SPAN&gt;&lt;A href="http://webservices.cartosphere.com/arcgis/tokens" rel="nofollow noopener noreferrer" target="_blank"&gt;http://webservices.cartosphere.com/arcgis/tokens&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/using-mapserver-that-only-supports-arcgis/m-p/167163#M4101</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T08:43:08Z</dc:date>
    </item>
  </channel>
</rss>

