<?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/1032955#M9856</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The .NET Xamarin questions can be posted here in the &lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-net/bd-p/arcgis-runtime-sdk-dotnet-questions" target="_self"&gt;.NET board&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As far as loading FeatureService's layers in Runtime, we need to use ServiceFeatureTable.&amp;nbsp;&lt;SPAN&gt;ArcGISMapImageLayer can only be used for MapServices.&lt;BR /&gt;&lt;BR /&gt;Android Example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;FeatureLayer featureLayer = new FeatureLayer(new ServiceFeatureTable("http://sampleserver6.arcgisonline.com/arcgis/rest/services/Sync/WildfireSync/FeatureServer/0");&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;Rama&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 17:19:10 GMT</pubDate>
    <dc:creator>RamaChintapalli</dc:creator>
    <dc:date>2021-03-04T17:19:10Z</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/1032413#M9855</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 getting loaded, the feature service(s) dont 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.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 04 Mar 2021 04:22:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032413#M9855</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2021-03-04T04:22:49Z</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/1032955#M9856</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The .NET Xamarin questions can be posted here in the &lt;A href="https://community.esri.com/t5/arcgis-runtime-sdk-for-net/bd-p/arcgis-runtime-sdk-dotnet-questions" target="_self"&gt;.NET board&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As far as loading FeatureService's layers in Runtime, we need to use ServiceFeatureTable.&amp;nbsp;&lt;SPAN&gt;ArcGISMapImageLayer can only be used for MapServices.&lt;BR /&gt;&lt;BR /&gt;Android Example:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;FeatureLayer featureLayer = new FeatureLayer(new ServiceFeatureTable("http://sampleserver6.arcgisonline.com/arcgis/rest/services/Sync/WildfireSync/FeatureServer/0");&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;Rama&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 17:19:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032955#M9856</guid>
      <dc:creator>RamaChintapalli</dc:creator>
      <dc:date>2021-03-04T17:19:10Z</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/1032970#M9857</link>
      <description>&lt;P&gt;For&amp;nbsp;&lt;SPAN&gt;ArcGISMapImageLayer, only Mapservice endpoints will work (ie /Mapserver/ in the URL). FeatureServer services would/should never have worked. You'd need to use a FeatureLayer and add the sublayer for that url to work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 17:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1032970#M9857</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-03-04T17:44:27Z</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/1033898#M9863</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1052"&gt;@dotMorten_esri&lt;/a&gt;&amp;nbsp;, we had been using&amp;nbsp;&lt;SPAN&gt;ArcGISMapImageLayer to load feature layers for a long time now, since the start of the 100.0 version, its weird&amp;nbsp;how it was working in the first place.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 13:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1033898#M9863</guid>
      <dc:creator>YashvitNaik</dc:creator>
      <dc:date>2021-03-08T13:23: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/1035057#M9875</link>
      <description>&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;we had been using&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;ArcGISMapImageLayer to load feature layers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This statement confuses me. Are you loading an image layer or a feature layer?&lt;BR /&gt;Could you share a bit more of code, and the actual URL you use to help clarify? (you can obfuscate the domain if necessary)&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 19:03:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/invalid-response-this-service-does-not-support-map/m-p/1035057#M9875</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-03-10T19:03:05Z</dc:date>
    </item>
  </channel>
</rss>

