<?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 Does anyone have experience with generating tokens and authenticating POST calls to the REST API for ArcGIS server from SharePoint using Nintex Workflow? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-anyone-have-experience-with-generating-tokens/m-p/424573#M39059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: verdana, geneva; line-height: 1.5; font-size: 10pt;"&gt;Does anyone have experience with generating tokens and authenticating POST calls to the REST API for ArcGIS server from SharePoint using Nintex Workflow?&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: verdana, geneva; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;When we attempt to post, the following error is thrown:&lt;BR /&gt; &lt;BR /&gt;Response status code: 200&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: verdana, geneva;"&gt;Response content:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
 "error": {
&amp;nbsp; "code": 500,
&amp;nbsp; "message": "Unable to complete operation.",
&amp;nbsp; "details": [
&amp;nbsp;&amp;nbsp; "Parser error: Some parameters could not be recognized."
&amp;nbsp; ]
 }
}
Response headers:
Cache-Control=private, must-revalidate, max-age=0
Content-Type=text/plain;charset=utf-8
ETag=c081976e
Server=Microsoft-IIS/7.5,
X-AspNet-Version=4.0.30319
Set-Cookie=AGSWA_ROLES=t1W0ad/s9q2HvBXVZee3HTzVA7pjhuLXtyqOlsRX3RXef+MvrBMgKmrvp0IcMBWaQIi3wSKrvxSDCVcOdSTA0+TxN2q8uB+sy4fvzlyYeizKkQQtAMbP+IuFbpS2BUUfHEuX2oUQBZXE57oC4Lg3mwhm4WwbkaOVPeGvbRsYBtI+6J8J0sMbj+colURlgcgj8wLSWsklBu+3/Uk+m/vYlCr9mUAxI9VxMfxK6izgfETjWf4+LRZqWJg1+Fm1Lo1j9eSP/K0OGXt1voChIyPNzQ==; expires=Fri, 19-Feb-2016 22:27:10 GMT; path=/; HttpOnly
Persistent-Auth=true
X-Powered-By=ASP.NET
Date=Fri, 19 Feb 2016 22:22:10 GMT
Connection=close
Content-Length=158


Response cookies:
temp=
temp=&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva;"&gt;We are attempting to add a new feature service via workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva;"&gt;The JSON object works fine when manually entered into the feature service via browser, but when run through SharePoint, the following error is thrown. We also occasionally get “Unexpected error has occurred” or “Invalid credentials”.&amp;nbsp;&amp;nbsp; Fiddler shows 401 authentication errors when the request is made.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva;"&gt;We are specifically seeking assistance in the correct configuration of the URL, the proxy requirements, and any token generation and input requirements&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva;"&gt;Cheers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 19:09:42 GMT</pubDate>
    <dc:creator>AdamInglis</dc:creator>
    <dc:date>2021-12-11T19:09:42Z</dc:date>
    <item>
      <title>Does anyone have experience with generating tokens and authenticating POST calls to the REST API for ArcGIS server from SharePoint using Nintex Workflow?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-anyone-have-experience-with-generating-tokens/m-p/424573#M39059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: verdana, geneva; line-height: 1.5; font-size: 10pt;"&gt;Does anyone have experience with generating tokens and authenticating POST calls to the REST API for ArcGIS server from SharePoint using Nintex Workflow?&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: verdana, geneva; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;When we attempt to post, the following error is thrown:&lt;BR /&gt; &lt;BR /&gt;Response status code: 200&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: verdana, geneva;"&gt;Response content:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
 "error": {
&amp;nbsp; "code": 500,
&amp;nbsp; "message": "Unable to complete operation.",
&amp;nbsp; "details": [
&amp;nbsp;&amp;nbsp; "Parser error: Some parameters could not be recognized."
&amp;nbsp; ]
 }
}
Response headers:
Cache-Control=private, must-revalidate, max-age=0
Content-Type=text/plain;charset=utf-8
ETag=c081976e
Server=Microsoft-IIS/7.5,
X-AspNet-Version=4.0.30319
Set-Cookie=AGSWA_ROLES=t1W0ad/s9q2HvBXVZee3HTzVA7pjhuLXtyqOlsRX3RXef+MvrBMgKmrvp0IcMBWaQIi3wSKrvxSDCVcOdSTA0+TxN2q8uB+sy4fvzlyYeizKkQQtAMbP+IuFbpS2BUUfHEuX2oUQBZXE57oC4Lg3mwhm4WwbkaOVPeGvbRsYBtI+6J8J0sMbj+colURlgcgj8wLSWsklBu+3/Uk+m/vYlCr9mUAxI9VxMfxK6izgfETjWf4+LRZqWJg1+Fm1Lo1j9eSP/K0OGXt1voChIyPNzQ==; expires=Fri, 19-Feb-2016 22:27:10 GMT; path=/; HttpOnly
Persistent-Auth=true
X-Powered-By=ASP.NET
Date=Fri, 19 Feb 2016 22:22:10 GMT
Connection=close
Content-Length=158


Response cookies:
temp=
temp=&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva;"&gt;We are attempting to add a new feature service via workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva;"&gt;The JSON object works fine when manually entered into the feature service via browser, but when run through SharePoint, the following error is thrown. We also occasionally get “Unexpected error has occurred” or “Invalid credentials”.&amp;nbsp;&amp;nbsp; Fiddler shows 401 authentication errors when the request is made.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva;"&gt;We are specifically seeking assistance in the correct configuration of the URL, the proxy requirements, and any token generation and input requirements&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: verdana, geneva;"&gt;Cheers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:09:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-anyone-have-experience-with-generating-tokens/m-p/424573#M39059</guid>
      <dc:creator>AdamInglis</dc:creator>
      <dc:date>2021-12-11T19:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone have experience with generating tokens and authenticating POST calls to the REST API for ArcGIS server from SharePoint using Nintex Workflow?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-anyone-have-experience-with-generating-tokens/m-p/424574#M39060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find a solution for this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2016 16:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/does-anyone-have-experience-with-generating-tokens/m-p/424574#M39060</guid>
      <dc:creator>harleypowers_parks</dc:creator>
      <dc:date>2016-06-24T16:15:08Z</dc:date>
    </item>
  </channel>
</rss>

