rest service to edit on apple ios

638
3
04-10-2012 11:28 AM
AshakaThakore
New Contributor II
i need to create a rest-service on arcgis server that can be consumed by an apple ios application and user should be able to edit the oracle table/featureclass from apple application through that REST Services

pl tell me how to do it... thanks a lot...
0 Kudos
3 Replies
RussRoberts
Esri Notable Contributor
You will need to publish a feature service using ArcGIS Server:
http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000020...

Then you can choose to author a webmap on ArcGIS Online or on your Mobile Content Server:
http://help.arcgis.com/en/arcgismobile/10.0/apis/iphone/AppGuide/Maps.pdf

http://help.arcgis.com/en/arcgisonline/help/#/About_authoring_web_maps/010q0000009p000000/

Then the app can consume what you create and where you can collect new features or edit existing.

Cheers
Russ
0 Kudos
AshakaThakore
New Contributor II
so its just as simple as creating feature-service in arcgis server and consuming/editing through arcgis mobile api? thanks...
0 Kudos
NimeshJarecha
Esri Regular Contributor
Yes, it is that simple. Please refer ArcGIS Feature Layer documentation.

Regards,
Nimesh
0 Kudos