<?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: Unable to save edited feature on web application. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494031#M45883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't find the POST in my Firebug but I set the proxy same as what said in the proxy page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1- I made a folder called proxy in the C:\inetpub\wwwroot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2- Pasted two proxy files and change the proxy config to the same as attached image below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3- in the code I added this line:&amp;nbsp;&amp;nbsp; esri.config.defaults.io.proxyUrl = "/proxy/proxy.ashx";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I can't find the POST proxy in the Firebug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]11260[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 16:20:10 GMT</pubDate>
    <dc:creator>MaziyarBoustani</dc:creator>
    <dc:date>2012-01-18T16:20:10Z</dc:date>
    <item>
      <title>Unable to save edited feature on web application.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494026#M45878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to use the esri &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/demos/ed/ed_default_editingwidget.html"&gt;editing widget sample &lt;/A&gt;&lt;SPAN&gt;, just trying to change the link of feature layer to my layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when I click to my polygons and change its shape it will change but when I pan a map or click other polygon, the edited polygon change to its previous shape and it seams doesn't save my edits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also made my Geometry service and change with esri one but didn't worked. Maybe is problem with my Geometry service, I also put a screen shot of my Geometry service setting.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 21:17:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494026#M45878</guid>
      <dc:creator>MaziyarBoustani</dc:creator>
      <dc:date>2012-01-04T21:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save edited feature on web application.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494027#M45879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got a warning before publishing my map to server. I got a screen shot which shows the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this warning related to the problem I have which I couldn't save edited features?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 21:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494027#M45879</guid>
      <dc:creator>MaziyarBoustani</dc:creator>
      <dc:date>2012-01-17T21:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save edited feature on web application.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494028#M45880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have a proxy page set up? What do you see when you watch your http requests via something like firebug or fiddler? Are your edit requests successful?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 23:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494028#M45880</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-01-17T23:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save edited feature on web application.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494029#M45881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Do you have a proxy page set up? What do you see when you watch your http requests via something like firebug or fiddler? Are your edit requests successful?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes the proxy page is set already. But can you talk more how can I find out with Firebug. I have Firebug in my firefox but I don't know how to test the proxy with Firebug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And what about the warning I got in ArcMAP, is it related to my problem I have?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 03:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494029#M45881</guid>
      <dc:creator>MaziyarBoustani</dc:creator>
      <dc:date>2012-01-18T03:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save edited feature on web application.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494030#M45882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes the proxy page is set already. But can you talk more how can I find out with Firebug. I have Firebug in my firefox but I don't know how to test the proxy with Firebug.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;In firebug's Net tab, you will see a POST request for each edit operation. When edits are successful, the response will show that. See attached image. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;And what about the warning I got in ArcMAP, is it related to my problem I have?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, that isn't a problem. At least not for editing. The recommended way to connect to SDE is direct connect, but using an application server (three tier) connection will not prevent you from editing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 13:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494030#M45882</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-01-18T13:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save edited feature on web application.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494031#M45883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can't find the POST in my Firebug but I set the proxy same as what said in the proxy page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1- I made a folder called proxy in the C:\inetpub\wwwroot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2- Pasted two proxy files and change the proxy config to the same as attached image below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3- in the code I added this line:&amp;nbsp;&amp;nbsp; esri.config.defaults.io.proxyUrl = "/proxy/proxy.ashx";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I can't find the POST proxy in the Firebug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]11260[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:20:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494031#M45883</guid>
      <dc:creator>MaziyarBoustani</dc:creator>
      <dc:date>2012-01-18T16:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to save edited feature on web application.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494032#M45884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All edits are done as POSTs so you should find those requests first. The easiest way to do this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-load your page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-open firebug&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-select the net tab&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-click clear if there are lots of requests already logged&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-edit a feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-look at the net tab&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should see a POST.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 16:27:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/unable-to-save-edited-feature-on-web-application/m-p/494032#M45884</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-01-18T16:27:14Z</dc:date>
    </item>
  </channel>
</rss>

