<?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: GeometryService Error in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631259#M58911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Getting a 500 Protocol Error when I attempt to hit one of the ESRI sample servers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Sep 2010 20:17:20 GMT</pubDate>
    <dc:creator>Donald_EricPimpler</dc:creator>
    <dc:date>2010-09-30T20:17:20Z</dc:date>
    <item>
      <title>GeometryService Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631257#M58909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm getting a 403 Forbidden error when attempting to access a GeometryService.&amp;nbsp; Code is pretty straight forward but maybe I'm doing something wrong or perhaps this is permission related.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;gsvc = new esri.tasks.GeometryService("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;my server&amp;gt;/ArcGIS/services/Geometry/GeometryServer");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var params = new esri.tasks.BufferParameters();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;params.bufferSpatialReference = new esri.SpatialReference({wkid: 3395});&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;params.outSpatialReference = new esri.SpatialReference({wkid: 3395});&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;params.geometries = geometries;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;params.distances = [25];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;params.unit = esri.tasks.GeometryService.UNIT_METER;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;params.unionResults = true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gsvc.buffer(params, showBuffer);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 20:01:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631257#M58909</guid>
      <dc:creator>Donald_EricPimpler</dc:creator>
      <dc:date>2010-09-30T20:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryService Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631258#M58910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem if you hit a geometry service hosted by esri on one of the sample servers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 20:12:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631258#M58910</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2010-09-30T20:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryService Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631259#M58911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Getting a 500 Protocol Error when I attempt to hit one of the ESRI sample servers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 20:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631259#M58911</guid>
      <dc:creator>Donald_EricPimpler</dc:creator>
      <dc:date>2010-09-30T20:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryService Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631260#M58912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Set the alwaysUseProxy back to 'false' which I guess was causing the protocol error.&amp;nbsp; Now it just seems to hang though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 20:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631260#M58912</guid>
      <dc:creator>Donald_EricPimpler</dc:creator>
      <dc:date>2010-09-30T20:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryService Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631261#M58913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well....now it's working.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 20:29:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631261#M58913</guid>
      <dc:creator>Donald_EricPimpler</dc:creator>
      <dc:date>2010-09-30T20:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: GeometryService Error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631262#M58914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Strange...I guess post back if this pops up again. Glad it's working though!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 21:12:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geometryservice-error/m-p/631262#M58914</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2010-09-30T21:12:13Z</dc:date>
    </item>
  </channel>
</rss>

