<?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: Can not load WFS-Featuretable from URL Hosted on Mapserver in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373034#M4412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matvei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WFS 2.0 should be enable and the Table-URL looks like you described. Unfortunately I cannot share my URL to the public because the data of this Layer are protected, but I attached the GetCapabilities XML (URL is adjusted).&lt;/P&gt;&lt;P&gt;Let me know if you need further information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regads,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Von: Matvei Stefarov &amp;lt;geonet@esri.com&amp;gt;&lt;/P&gt;&lt;P&gt;Gesendet: Donnerstag, 8. Oktober 2020 18:56&lt;/P&gt;&lt;P&gt;An: Schuler Daniel &amp;lt;Daniel.Schuler@remec.ch&amp;gt;&lt;/P&gt;&lt;P&gt;Betreff: Re:  - Re: Can not load WFS-Featuretable from URL Hosted on Mapserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet, The Esri Community | GIS and Geospatial Professional Community &amp;lt;https://community.esri.com/?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Can not load WFS-Featuretable from URL Hosted on Mapserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Matvei Stefarov&amp;lt;https://community.esri.com/people/MStefarov-esristaff?et=watches.email.thread&amp;gt; in ArcGIS Runtime SDK for .NET - View the full discussion&amp;lt;https://community.esri.com/message/957969-re-can-not-load-wfs-featuretable-from-url-hosted-on-mapserver?commentID=957969&amp;amp;et=watches.email.thread#comment-957969&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Oct 2020 09:56:15 GMT</pubDate>
    <dc:creator>DanielSchuler</dc:creator>
    <dc:date>2020-10-12T09:56:15Z</dc:date>
    <item>
      <title>Can not load WFS-Featuretable from URL Hosted on Mapserver</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373032#M4410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I try to load a WfsFeatureTable from a WFS-Layer hosted on a MapServer, I get the following Error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Invalid XML.: Parser couldn't move inside bounding box.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there any known issue with this topic in the arcgis runtime sdk for .NET 100.9?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/510572_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to load this Layer with the SampleApplication &lt;EM&gt;ArcGISRuntime.WPF.Viewer.Samples.ChangeSublayerVisibility&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I had no troubles with loading WFS-FeatureTable with other WFS-Layer for example hosted on a GeoServer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to connect to the MapServer WFS-Layer on QGIS, there is know problem with this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2020 15:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373032#M4410</guid>
      <dc:creator>DanielSchuler</dc:creator>
      <dc:date>2020-10-08T15:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can not load WFS-Featuretable from URL Hosted on Mapserver</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373033#M4411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Daniel!&amp;nbsp; I can think of a couple possible reasons for the service not working:&lt;/P&gt;&lt;P&gt;- Is WFS 2.0 enabled for this service? Runtime does not currently support the legacy WFS versions 1.0 or 1.1.&lt;/P&gt;&lt;P&gt;- Does the&amp;nbsp;TableUrl point to the GetCapabilities endpoint of the service? For MapServer it should look something like this:&amp;nbsp;&lt;A class="link-titled" href="http://your.domain.here/cgi-bin/mapserv?map=your.map&amp;amp;service=WFS&amp;amp;version=2.0.0&amp;amp;request=GetCapabilities" title="http://your.domain.here/cgi-bin/mapserv?map=your.map&amp;amp;service=WFS&amp;amp;version=2.0.0&amp;amp;request=GetCapabilities"&gt;http://your.domain.here/cgi-bin/mapserv?service=WFS&amp;amp;version=2.0.0&amp;amp;request=GetCapabilities&lt;/A&gt;&amp;nbsp;(note "service", "version", and "request" parameters in the URL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could share the URL of the service or a copy of the GetCapabilities response document, I would be happy to troubleshoot it further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2020 16:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373033#M4411</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2020-10-08T16:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can not load WFS-Featuretable from URL Hosted on Mapserver</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373034#M4412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matvei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WFS 2.0 should be enable and the Table-URL looks like you described. Unfortunately I cannot share my URL to the public because the data of this Layer are protected, but I attached the GetCapabilities XML (URL is adjusted).&lt;/P&gt;&lt;P&gt;Let me know if you need further information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regads,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Von: Matvei Stefarov &amp;lt;geonet@esri.com&amp;gt;&lt;/P&gt;&lt;P&gt;Gesendet: Donnerstag, 8. Oktober 2020 18:56&lt;/P&gt;&lt;P&gt;An: Schuler Daniel &amp;lt;Daniel.Schuler@remec.ch&amp;gt;&lt;/P&gt;&lt;P&gt;Betreff: Re:  - Re: Can not load WFS-Featuretable from URL Hosted on Mapserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoNet, The Esri Community | GIS and Geospatial Professional Community &amp;lt;https://community.esri.com/?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: Can not load WFS-Featuretable from URL Hosted on Mapserver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Matvei Stefarov&amp;lt;https://community.esri.com/people/MStefarov-esristaff?et=watches.email.thread&amp;gt; in ArcGIS Runtime SDK for .NET - View the full discussion&amp;lt;https://community.esri.com/message/957969-re-can-not-load-wfs-featuretable-from-url-hosted-on-mapserver?commentID=957969&amp;amp;et=watches.email.thread#comment-957969&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2020 09:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373034#M4412</guid>
      <dc:creator>DanielSchuler</dc:creator>
      <dc:date>2020-10-12T09:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can not load WFS-Featuretable from URL Hosted on Mapserver</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373035#M4413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I spotted the problem.&amp;nbsp; Some of the layers in the capabilities document&amp;nbsp;are missing&amp;nbsp;information about geographic extent.&amp;nbsp;&amp;nbsp;These layers are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ms:aw_masslinien_punkte&lt;/LI&gt;&lt;LI&gt;ms:aw_masslinien_linien&lt;/LI&gt;&lt;LI&gt;ms:aw_masslinien_text&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see that MapServer actually generates a little warning comment on these layers, right in the XML:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;CODE&gt;&amp;lt;ows:WGS84BoundingBox/&amp;gt;&lt;BR /&gt; &amp;lt;!--WARNING: Optional WGS84BoundingBox could not be established for this layer. Consider setting the EXTENT in the LAYER object, or wfs_extent metadata. Also check that your data exists in the DATA statement--&amp;gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally Runtime can handle layers without extent or geometry, but here MapServer&amp;nbsp;does something not-by-the-specification. Instead of omitting&amp;nbsp;&lt;SPAN&gt;WGS84BoundingBox&amp;nbsp;completely,&lt;/SPAN&gt;&amp;nbsp;MapServer &lt;A href="https://github.com/MapServer/MapServer/blob/f035f4473c96149008355a3864b5710d55601c72/mapwfs11.cpp#L262"&gt;creates&amp;nbsp;empty&amp;nbsp;WGS84BoundingBox elements that lack required child elements&lt;/A&gt;.&amp;nbsp; This causes the XML document to fail validation, and&amp;nbsp;a loading error is reported by Runtime.&amp;nbsp;&amp;nbsp;I &lt;A href="https://github.com/MapServer/MapServer/issues/6170"&gt;logged a bug&lt;/A&gt; with MapServer developers about this behavior.&amp;nbsp; We will also look into broadening&amp;nbsp;our XML parser's compatibility in future releases, to handle this edge-case and skip empty&amp;nbsp;&lt;SPAN&gt;WGS84BoundingBox&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;elements.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now, I suggest trying MapServer's recommendation&amp;nbsp;to ensure that all layers on the service have a&amp;nbsp;geographic extent.&amp;nbsp; Please let me know if this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Matvei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2020 02:10:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373035#M4413</guid>
      <dc:creator>MatveiStefarov</dc:creator>
      <dc:date>2020-10-13T02:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can not load WFS-Featuretable from URL Hosted on Mapserver</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373036#M4414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matvei&lt;/P&gt;&lt;P&gt;You were right. As soon as the extent were defined correctly, it worked! Thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2020 13:49:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/can-not-load-wfs-featuretable-from-url-hosted-on/m-p/373036#M4414</guid>
      <dc:creator>DanielSchuler</dc:creator>
      <dc:date>2020-11-05T13:49:19Z</dc:date>
    </item>
  </channel>
</rss>

