<?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 Local ArcGIS Server used with local Web AppBuilder in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/local-arcgis-server-used-with-local-web-appbuilder/m-p/1004623#M28999</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I installed ArcGIS server on WM on my computer. Then I published WFS on the server. I can connect to WFS in my local network and display it using eq. QGIS with:&amp;nbsp;&lt;A href="https://192.168.1.55:6443/arcgis/services/shetches/MapServer/WFSServer" target="_blank" rel="noopener"&gt;https://192.168.1.55:6443/arcgis/services/shetches/MapServer/WFSServer&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I downloaded ArcGIS Web AppBuilder (Developer Edition) and followed all steps in the tutorial:&amp;nbsp;&amp;nbsp;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/getstarted.htm&amp;nbsp;" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/web-appbuilder/guide/getstarted.htm&amp;nbsp;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;URL:&amp;nbsp;http://desktop-auvhne/webappbuilder&amp;nbsp;and redirect URIs to&amp;nbsp;http://desktop-auvhne&amp;nbsp;and&amp;nbsp;https://desktop-auvhne&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I ran Web AppBuilder and created a simple app with AddData Widget&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If I try to add sample WFS it works and displays features correctly:&amp;nbsp;&lt;A href="https://dservices.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/services/JapanPrefectures2018/WFSServer" target="_blank" rel="noopener"&gt;https://dservices.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/services/JapanPrefectures2018/WFSServer&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;If I try to add my WFS I see that request for getCapabilities and describeFeatureType works fine, but Post with GetFeature request fail - In Web AppBuilder for ArcGIS console i see: &lt;FONT color="#FF99CC"&gt;Argument error, options body&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;I've noticed in devtools that first requests looks like:&amp;nbsp;&lt;A href="https://dservices.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/services/JapanPrefectures2018/WFSServer" target="_blank" rel="noopener"&gt;https://dservices.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/services/JapanPrefectures2018/WFSServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My requests uses proxy:&amp;nbsp;&amp;nbsp;https://desktop-auvhne3:3344/proxy.js?&lt;A href="https://192.168.1.55:6443/arcgis/services/shetches/MapServer/WFSServer" target="_blank" rel="noopener"&gt;https://192.168.1.55:6443/arcgis/services/shetches/MapServer/WFSServer&lt;/A&gt;&lt;BR /&gt;I tried to make a post request with getFeature via Postman without proxy and i get correct answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I fix this problem and display my local WFS with my local app?&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 19:30:24 GMT</pubDate>
    <dc:creator>KatarzynaMorawska</dc:creator>
    <dc:date>2020-11-25T19:30:24Z</dc:date>
    <item>
      <title>Local ArcGIS Server used with local Web AppBuilder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/local-arcgis-server-used-with-local-web-appbuilder/m-p/1004623#M28999</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I installed ArcGIS server on WM on my computer. Then I published WFS on the server. I can connect to WFS in my local network and display it using eq. QGIS with:&amp;nbsp;&lt;A href="https://192.168.1.55:6443/arcgis/services/shetches/MapServer/WFSServer" target="_blank" rel="noopener"&gt;https://192.168.1.55:6443/arcgis/services/shetches/MapServer/WFSServer&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I downloaded ArcGIS Web AppBuilder (Developer Edition) and followed all steps in the tutorial:&amp;nbsp;&amp;nbsp;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/getstarted.htm&amp;nbsp;" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/web-appbuilder/guide/getstarted.htm&amp;nbsp;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;URL:&amp;nbsp;http://desktop-auvhne/webappbuilder&amp;nbsp;and redirect URIs to&amp;nbsp;http://desktop-auvhne&amp;nbsp;and&amp;nbsp;https://desktop-auvhne&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I ran Web AppBuilder and created a simple app with AddData Widget&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If I try to add sample WFS it works and displays features correctly:&amp;nbsp;&lt;A href="https://dservices.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/services/JapanPrefectures2018/WFSServer" target="_blank" rel="noopener"&gt;https://dservices.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/services/JapanPrefectures2018/WFSServer&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;If I try to add my WFS I see that request for getCapabilities and describeFeatureType works fine, but Post with GetFeature request fail - In Web AppBuilder for ArcGIS console i see: &lt;FONT color="#FF99CC"&gt;Argument error, options body&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;I've noticed in devtools that first requests looks like:&amp;nbsp;&lt;A href="https://dservices.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/services/JapanPrefectures2018/WFSServer" target="_blank" rel="noopener"&gt;https://dservices.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/services/JapanPrefectures2018/WFSServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My requests uses proxy:&amp;nbsp;&amp;nbsp;https://desktop-auvhne3:3344/proxy.js?&lt;A href="https://192.168.1.55:6443/arcgis/services/shetches/MapServer/WFSServer" target="_blank" rel="noopener"&gt;https://192.168.1.55:6443/arcgis/services/shetches/MapServer/WFSServer&lt;/A&gt;&lt;BR /&gt;I tried to make a post request with getFeature via Postman without proxy and i get correct answer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I fix this problem and display my local WFS with my local app?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 19:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/local-arcgis-server-used-with-local-web-appbuilder/m-p/1004623#M28999</guid>
      <dc:creator>KatarzynaMorawska</dc:creator>
      <dc:date>2020-11-25T19:30:24Z</dc:date>
    </item>
  </channel>
</rss>

