How to call and consume Rest Feature API

1756
1
03-18-2014 12:31 PM
yogagn
by
New Contributor
Hello Folks,
I have been coding in C# for quite a while now, but new to ESRI stuff.
Can anyone tell me how can I use ESRI's feature service in my own project. I don't have anything specific to tell you regarding what would be my project and why do I need Feature service in it, so in other words I don't have any kind of specs with me right now.

All I'm asking how do you guys use ESRI feature service(any kind of scenario/example) that you guys have worked on and can let me know how does this service work and what all do I need to know about this service before I call and consume it and if I need to write my own custom service mimicking ESRI feature service, how should I go about. Any code or example will be highly appreciated.
Thanks
0 Kudos
1 Reply
Noah-Sager
Esri Regular Contributor
Hello Agnihotri,

Welcome to Esri Forums! Thank you for posting your question here.

There are many uses for consuming a feature service. It's a pretty big question, but I think the best thing to do would be to point you to some of our web APIs, and let you poke around in there.

JavaScript API - Samples
https://developers.arcgis.com/javascript/jssamples/

JavaScript API - Sample with Feature Service
https://developers.arcgis.com/javascript/jssamples/ed_attribute_inspector.html

ArcGIS Viewer for Flex - Incident Reporter
http://resources.arcgis.com/en/help/flex-viewer/live/index.html?config=apps/config-edit.xml

ArcGIS API for Silverlight - Samples
http://resources.arcgis.com/en/help/silverlight-api/samples/start.htm

Hope this helps!

-Noah
0 Kudos