<?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: Tiled map service over HTTPS ignored by Silverlight API in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tiled-map-service-over-https-ignored-by/m-p/692470#M17778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you able to go to your map service from the web browser using the same URL that you provide in ArcGISTiledMapServiceLayer? Please also try to wire up to Initialized event and check for failure using the following code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Layer l = sender as Layer;
if (l.IsInitialized || l.InitializationFailure != null)
{
 //check for failure.
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you looked at this blog post? &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 05:08:38 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2021-12-12T05:08:38Z</dc:date>
    <item>
      <title>Tiled map service over HTTPS ignored by Silverlight API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tiled-map-service-over-https-ignored-by/m-p/692469#M17777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am struggling to get a tiled map service running over HTTPS, using an ArcGISTiledMapServiceLayer. The REST API works just fine over HTTPS, but Silverlight is not playing nicely with it. Whether using HTTP or HTTPS, the Silverlight component succeeds in calling:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;http(s)://MyServer/ArcGIS/rest/services/MyService/MapServer?f=json&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...and Fiddler shows valid JSON returned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under HTTPS, however, no subsequent calls are made to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://MyServer/ArcGIS/rest/services/MyService/MapServer/tile/"&gt;https://MyServer/ArcGIS/rest/services/MyService/MapServer/tile/&lt;/A&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;...and Silverlight raises no exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In contrast, I have no difficulty whatsoever with a Silverlight FeatureLayer over HTTPS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I should mention that my ArcGISTiledMapServiceLayer.InitializationFailed event handler is never invoked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2011 17:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tiled-map-service-over-https-ignored-by/m-p/692469#M17777</guid>
      <dc:creator>NathanielWingfield</dc:creator>
      <dc:date>2011-05-04T17:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tiled map service over HTTPS ignored by Silverlight API</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tiled-map-service-over-https-ignored-by/m-p/692470#M17778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you able to go to your map service from the web browser using the same URL that you provide in ArcGISTiledMapServiceLayer? Please also try to wire up to Initialized event and check for failure using the following code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Layer l = sender as Layer;
if (l.IsInitialized || l.InitializationFailure != null)
{
 //check for failure.
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you looked at this blog post? &lt;/SPAN&gt;&lt;A href="http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2009/08/24/Troubleshooting-blank-layers.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 05:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/tiled-map-service-over-https-ignored-by/m-p/692470#M17778</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-12T05:08:38Z</dc:date>
    </item>
  </channel>
</rss>

