Select to view content in your preferred language

How I can test feature service from browser

2232
2
12-11-2013 02:57 AM
by Anonymous User
Not applicable
Original User: aviabunin

Results of the editing in EditorWidget are not saved. After adding new element  I click OK. Fiddler does not show errors. But in table in geodatabase the result does not appear. And on the last attachment - what fiddler show after edit feature in arcgis.com - all edits save normally.
What next step I can do?
0 Kudos
2 Replies
by Anonymous User
Not applicable
Original User: aviabunin

Can anyone help me with fiddler.
When you change the text in the Name field (pict.1), then in the same moment new line in fiddler appears (pict.2) with code 200 and corresponding tables  record  in the geodatabase is updated. I am trying to repeat this command directly from browser. I open services page in browser and click Update command. Corresponding form appeares . I copy parameters from fiddler into form  and click Update (pict.3). I get an error (pict.4) , but in fiddler I see the result with code 200 (pict.5). I can not understand what is happening? And what I can do else to fix the problem?
0 Kudos
AnatoliiTerentiev
Deactivated User
I found my mistake - I use wrong double quotes (I'm typing parameter in Word, because I do not find how to copy text from fiddler). After correcting the results in Figure
0 Kudos