<?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: Invalid Response : This service does not support map capability in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1033896#M9862</link>
    <description>&lt;P&gt;Was your MapImageLayer working correctly with 100.5?&lt;/P&gt;&lt;P&gt;Yes it works, without any issues, for both feature server and map server, have tried with the same sample links mentioned above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="view-original-post-link"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 08 Mar 2021 13:14:18 GMT</pubDate>
    <dc:creator>YashvitNaik</dc:creator>
    <dc:date>2021-03-08T13:14:18Z</dc:date>
    <item>
      <title>Invalid Response : This service does not support map capability</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032765#M9849</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the Xamarin Android Runtime Package 100.7, While trying to load a feature service using the following code below, I get the exception saying "Invalid Response : This service does not support map capability"&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;ArcGISMapImageLayer imageLayer = &lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt;&lt;SPAN&gt; ArcGISMapImageLayer(serviceUri);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;imageLayer.LoadAsync();&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Have use the same bit of code to load service urls, for quite a while now. But right now only "mapserver" urls are loaded, the feature service wouldn't&amp;nbsp;work (these are public).&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However if I downgrade to the older Esri version say 100.5, Both mapserver and featureserver urls load just fine.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Has anything changed in the way we load a feature server ?? Because I can confirm this is also happening on the iOS Xamarin Runtime package as well.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Mar 2021 04:15:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032765#M9849</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2021-03-04T04:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Response : This service does not support map capability</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032952#M9850</link>
      <description>&lt;P&gt;From the version 100.6, a MapImageLayer can be loaded only if the service supports the map capability i.e. if we are able to export the map as an image.&lt;BR /&gt;&lt;BR /&gt;You can see the difference between a service that supports the map capability:&amp;nbsp;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Military/MapServer" target="_blank" rel="noopener"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Military/MapServer&lt;/A&gt;&amp;nbsp;and a service that doesn't support it:&amp;nbsp;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/Military/FeatureServer" target="_blank" rel="noopener"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/Military/FeatureServer&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Only the former service supports the 'Export Map' operation (look at the bottom of the page).&lt;BR /&gt;&lt;BR /&gt;With runtime versions previous to 100.6, it was possible to load the MapImageLayer because the map capability was not tested but we were actually unable to display any image.&lt;BR /&gt;Was your MapImageLayer working correctly with 100.5?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 18:28:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032952#M9850</guid>
      <dc:creator>Dominique_Broux</dc:creator>
      <dc:date>2021-03-04T18:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Response : This service does not support map capability</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032976#M9851</link>
      <description>&lt;P&gt;Also note, feature services can only be used in conjunction with the&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/wpf/api-reference/html/T_Esri_ArcGISRuntime_Data_ServiceFeatureTable.htm" target="_blank" rel="noopener"&gt;ServiceFeatureTable Class&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_FeatureLayer.htm" target="_blank" rel="noopener"&gt;FeatureLayer Class&lt;/A&gt;&amp;nbsp;while map services are typically only used in conjunction with the &lt;A href="https://developers.arcgis.com/net/wpf/api-reference/html/T_Esri_ArcGISRuntime_Mapping_ArcGISMapImageLayer.htm" target="_blank" rel="noopener"&gt;ArcGISMapImageLayer Class&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 18:13:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032976#M9851</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2021-03-04T18:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalid Response : This service does not support map capability</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1033896#M9862</link>
      <description>&lt;P&gt;Was your MapImageLayer working correctly with 100.5?&lt;/P&gt;&lt;P&gt;Yes it works, without any issues, for both feature server and map server, have tried with the same sample links mentioned above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="view-original-post-link"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 Mar 2021 13:14:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1033896#M9862</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2021-03-08T13:14:18Z</dc:date>
    </item>
  </channel>
</rss>

