<?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: Geoprocessing service Not accepting Post parameters properly in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158496#M76833</link>
    <description>&lt;P&gt;Hi Noah,&lt;/P&gt;&lt;P&gt;Sorry for late reply!&lt;/P&gt;&lt;P&gt;I am colleague of Pragati. I have shared some screenshots to clarify the workflow &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;. I have attached a word file with the screenshots:&lt;/P&gt;&lt;P&gt;If you wish I can share the script on email to you.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Aroop Chakraborty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 17:59:08 GMT</pubDate>
    <dc:creator>AroopChakraborty1</dc:creator>
    <dc:date>2022-03-28T17:59:08Z</dc:date>
    <item>
      <title>Geoprocessing service Not accepting Post parameters properly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1150554#M76574</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing a weird issue. I am accessing a geoprocessing service in my web application, which is built on a custom python script. The script has some user input parameters, which when running from web application is sending them as parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can verify parameters as correct by using Developer tools, but the geoprocessing service accepts all parameters except one and returns result on default value of the python script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I open the geoprocessing rest service exceute task as a stand alone on browser, use same parameters as shown in Dev tools and run it; it creates proper result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I am using ArcGIS JS 3.39, can I use Get method instead of Post method for execute command of geoprocessing service and tie it is parameter variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's required I can share the code references.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 05:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1150554#M76574</guid>
      <dc:creator>pragati224</dc:creator>
      <dc:date>2022-03-04T05:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service Not accepting Post parameters properly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1150631#M76577</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/550331"&gt;@pragati224&lt;/a&gt;,&amp;nbsp;a code snippet (or even better a reproducible test app that clearly demonstrates the issue) and URL to the GP service would help troubleshoot here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 13:49:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1150631#M76577</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2022-03-04T13:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service Not accepting Post parameters properly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158496#M76833</link>
      <description>&lt;P&gt;Hi Noah,&lt;/P&gt;&lt;P&gt;Sorry for late reply!&lt;/P&gt;&lt;P&gt;I am colleague of Pragati. I have shared some screenshots to clarify the workflow &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt;&amp;nbsp;. I have attached a word file with the screenshots:&lt;/P&gt;&lt;P&gt;If you wish I can share the script on email to you.&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Aroop Chakraborty&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 17:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158496#M76833</guid>
      <dc:creator>AroopChakraborty1</dc:creator>
      <dc:date>2022-03-28T17:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service Not accepting Post parameters properly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158501#M76834</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/544458"&gt;@AroopChakraborty1&lt;/a&gt;. However, I can't do much troubleshooting with that you shared. A&lt;SPAN&gt;&amp;nbsp;code snippet from the 3x app, (or even better a reproducible test app that clearly demonstrates the issue) and URL to the GP service would help troubleshoot here.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 18:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158501#M76834</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2022-03-28T18:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service Not accepting Post parameters properly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158681#M76842</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/169842"&gt;@Noah-Sager&lt;/a&gt; Actually while creating the document and carefully checking the input parameters passed in the application, I found the issue. Its resolved. The issue was wrong parameter name being passed. That's why it was taking in default values. A silly mistake!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 04:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158681#M76842</guid>
      <dc:creator>AroopChakraborty1</dc:creator>
      <dc:date>2022-03-29T04:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing service Not accepting Post parameters properly</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158793#M76846</link>
      <description>&lt;P&gt;Ha, I know how that goes. Sounds good, glad it's resolved now.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 12:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geoprocessing-service-not-accepting-post/m-p/1158793#M76846</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2022-03-29T12:47:06Z</dc:date>
    </item>
  </channel>
</rss>

