<?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: WFM Server and &amp;quot;Send Web Request&amp;quot; step in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/wfm-server-and-quot-send-web-request-quot-step/m-p/1367277#M1994</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/193981"&gt;@GianmariaPandolfi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to fix this issue? I am facing similar issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 10:31:58 GMT</pubDate>
    <dc:creator>PalakPandey</dc:creator>
    <dc:date>2024-01-08T10:31:58Z</dc:date>
    <item>
      <title>WFM Server and "Send Web Request" step</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/wfm-server-and-quot-send-web-request-quot-step/m-p/1159302#M1624</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I am using the WFM 10.9.1 server and I would like to change the content of a feature service using the "Send Web Request" step.&lt;/P&gt;&lt;P&gt;I have configured the step with the URL for updating by post request as shown below (url = "&lt;SPAN&gt;&lt;A href="https://pdaphnewad01.telecomitalia.local/srvf/rest/services/WS_DAPHNE/JOB/FeatureServer/0/updateFeatures&amp;quot;" target="_blank" rel="noopener"&gt;https://XXXXXXXXX/srvf/rest/services/WS_DAPHNE/JOB/FeatureServer/0/updateFeatures"&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GianmariaPandolfi_0-1648635945815.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37674i9AC3E86666DCD6D0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GianmariaPandolfi_0-1648635945815.png" alt="GianmariaPandolfi_0-1648635945815.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have set up authentication using user and password&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GianmariaPandolfi_1-1648636022755.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37675i405C07B4D8FB42CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GianmariaPandolfi_1-1648636022755.png" alt="GianmariaPandolfi_1-1648636022755.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and finally I set the message body as Json.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GianmariaPandolfi_2-1648636084037.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37676i83896FAA41870B17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GianmariaPandolfi_2-1648636084037.png" alt="GianmariaPandolfi_2-1648636084037.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By executing the JOB and passing the step, nothing happens: it does not update the content of the feature, and there is no message (server side) indicating something not correct.&lt;BR /&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gianmaria&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 10:32:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/wfm-server-and-quot-send-web-request-quot-step/m-p/1159302#M1624</guid>
      <dc:creator>GianmariaPandolfi</dc:creator>
      <dc:date>2022-03-30T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: WFM Server and "Send Web Request" step</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/wfm-server-and-quot-send-web-request-quot-step/m-p/1160117#M1626</link>
      <description>&lt;P&gt;Hello Gianmaria,&lt;/P&gt;&lt;P&gt;Thank you for reaching out with this issue.&amp;nbsp; One possibility is that the request is failing due to the authorization method.&amp;nbsp; You can try authenticating your request with an access token using the generateToken endpoint.&amp;nbsp; This is the most common authorization method when working with the ArcGIS REST API.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/rest/users-groups-and-items/generate-token.htm" target="_self"&gt;https://developers.arcgis.com/rest/users-groups-and-items/generate-token.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's also possible that error messages are being thrown at a higher log level than what you are currently querying.&amp;nbsp; Do any error messages appear if you raise your log level to verbose or debug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Robert Smith&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 23:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/wfm-server-and-quot-send-web-request-quot-step/m-p/1160117#M1626</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-03-31T23:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: WFM Server and "Send Web Request" step</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/wfm-server-and-quot-send-web-request-quot-step/m-p/1367277#M1994</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/193981"&gt;@GianmariaPandolfi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to fix this issue? I am facing similar issue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 10:31:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/wfm-server-and-quot-send-web-request-quot-step/m-p/1367277#M1994</guid>
      <dc:creator>PalakPandey</dc:creator>
      <dc:date>2024-01-08T10:31:58Z</dc:date>
    </item>
  </channel>
</rss>

