<?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: How to create a WFS with JSON? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1645226#M98512</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/292765"&gt;@DaveDaverveld&lt;/a&gt;&amp;nbsp;I would expect your published WFS to support GeoJSON output for all layers by default.&lt;/P&gt;&lt;P&gt;You can check this by loading the GetCapabilities endpoint of your WFS and checking the allowed outputFormat values for the GetFeature operation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, for this sample WFS we can see GeoJSON is supported -&lt;A href="https://sampleserver5.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer?request=GetCapabilities&amp;amp;service=WFS" target="_blank"&gt;&amp;nbsp;https://sampleserver5.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer?request=GetCapabilities&amp;amp;service=WFS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PeterHodkinson_0-1756138268132.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139277iE0515516902235F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PeterHodkinson_0-1756138268132.png" alt="PeterHodkinson_0-1756138268132.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is helpful&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 16:12:33 GMT</pubDate>
    <dc:creator>PeterHodkinson</dc:creator>
    <dc:date>2025-08-25T16:12:33Z</dc:date>
    <item>
      <title>How to create a WFS with JSON?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1634163#M97354</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am relatively new to publishing WFS-services with ArcGis Pro.&lt;/P&gt;&lt;P&gt;For the exchange of features and data with a WFS service, the receiving end needs a WFS with JSON?&lt;/P&gt;&lt;P&gt;How or where, if even possible, do I activate the JSON-support when publishing the WFS to our Acrgis Server? Because in Pro there is no option to check the JSON-ability.&lt;/P&gt;&lt;P&gt;Pro version is 3.2.2 en Server is 11.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 11:17:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1634163#M97354</guid>
      <dc:creator>DaveDaverveld</dc:creator>
      <dc:date>2025-07-18T11:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a WFS with JSON?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1634488#M97386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/292765"&gt;@DaveDaverveld&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am guessing that you have a server federated with portal hence, while publish the service to ArcGIS Server you would need to make sure that option of WFS is checked and after publishing the service the JSON format can be called using GetFeature request.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following is the URL format that needs to be used:&lt;/P&gt;&lt;P&gt;&lt;A href="https://portalurl/serverwebadaptor/WFSServer?service=wfs&amp;amp;request=GetFeature&amp;amp;typeName=Name" target="_blank" rel="noopener"&gt;https://portalurl/serverwebadaptor/WFSServer?service=wfs&amp;amp;request=GetFeature&amp;amp;typeName=Name&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;of the layer&amp;amp;outputformat=geojson&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 07:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1634488#M97386</guid>
      <dc:creator>wizgis</dc:creator>
      <dc:date>2025-07-21T07:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a WFS with JSON?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1634496#M97387</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/475615"&gt;@wizgis&lt;/a&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;The layers are on a server which is indeed federated with the portal.&lt;/P&gt;&lt;P&gt;I did check the WFS option. But I didn't understand how to "activate" the JSON-option.&lt;/P&gt;&lt;P&gt;In your example-url, is the typeName required of optional? As the whole service, with multiple layers, needs to be in JSON?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 15:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1634496#M97387</guid>
      <dc:creator>DaveDaverveld</dc:creator>
      <dc:date>2025-07-21T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a WFS with JSON?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1645226#M98512</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/292765"&gt;@DaveDaverveld&lt;/a&gt;&amp;nbsp;I would expect your published WFS to support GeoJSON output for all layers by default.&lt;/P&gt;&lt;P&gt;You can check this by loading the GetCapabilities endpoint of your WFS and checking the allowed outputFormat values for the GetFeature operation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, for this sample WFS we can see GeoJSON is supported -&lt;A href="https://sampleserver5.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer?request=GetCapabilities&amp;amp;service=WFS" target="_blank"&gt;&amp;nbsp;https://sampleserver5.arcgisonline.com/arcgis/services/SampleWorldCities/MapServer/WFSServer?request=GetCapabilities&amp;amp;service=WFS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PeterHodkinson_0-1756138268132.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/139277iE0515516902235F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PeterHodkinson_0-1756138268132.png" alt="PeterHodkinson_0-1756138268132.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this is helpful&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 16:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-create-a-wfs-with-json/m-p/1645226#M98512</guid>
      <dc:creator>PeterHodkinson</dc:creator>
      <dc:date>2025-08-25T16:12:33Z</dc:date>
    </item>
  </channel>
</rss>

