<?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: Testing Web Interface for REST in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/561#M4</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The GPFeatureRecordSetLayer example shown in REST reference page for gpSubmitJob has a point geometry type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The geometry type required for the PopulationSummary gp task is a polygon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 22:18:16 GMT</pubDate>
    <dc:creator>RaviNarayanan</dc:creator>
    <dc:date>2010-09-27T22:18:16Z</dc:date>
    <item>
      <title>Testing Web Interface for REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/558#M1</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody.;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was testing a ESRI's REST sample in my web browser(firefox).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the url: &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Population_World/GPServer/PopulationSummary/execute"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Population_World/GPServer/PopulationSummary/execute&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I put in json format input in"inputPoly" as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"rings" : [ &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [ [-97.06138,32.837], [-97.06133,32.836], [-97.06124,32.834], [-97.06127,32.832], [-97.06138,32.837] ], &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [ [-97.06326,32.759], [-97.06298,32.755], [-97.06153,32.749], [-97.06326,32.759] ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"spatialReference" : {"wkid" : 4326}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I posted it, it printed "Invalid value for parameter 'inputPoly'" and it didn't work.:(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What happended?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fabio Santos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 11:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/558#M1</guid>
      <dc:creator>FabioSantos</dc:creator>
      <dc:date>2010-09-24T11:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Web Interface for REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/559#M2</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please see &lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/rest/gpsubmit.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/rest/gpsubmit.html&lt;/A&gt;&lt;SPAN&gt; for more information about the syntax for &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;GPFeatureRecordSetLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a JSAPI sample that uses the same service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/demos/geoprocessor/gp_zonalstats.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/demos/geoprocessor/gp_zonalstats.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Sep 2010 14:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/559#M2</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-09-24T14:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Web Interface for REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/560#M3</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Ravi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I enter in your url (&lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/rest/gpsubmit.html"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/rest/gpsubmit.html&lt;/A&gt;&lt;SPAN&gt;) and copy the GPFeatureRecordSetLayer example there and I put it in &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Population_World/GPServer/PopulationSummary/execute"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Population_World/GPServer/PopulationSummary/execute&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It didn't work too. Why? Would you know about that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 16:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/560#M3</guid>
      <dc:creator>FabioSantos</dc:creator>
      <dc:date>2010-09-27T16:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Testing Web Interface for REST</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/561#M4</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The GPFeatureRecordSetLayer example shown in REST reference page for gpSubmitJob has a point geometry type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The geometry type required for the PopulationSummary gp task is a polygon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 22:18:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/testing-web-interface-for-rest/m-p/561#M4</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-09-27T22:18:16Z</dc:date>
    </item>
  </channel>
</rss>

