I would like to select features and append them to another featureclass using a Geoprocessing Service.
Specifically, we have a non-gis website (ColdFusion) that allows users to select one or more objects (rooms) from a drop-down list. We would like to send a call to our GIS server where a query would be executed. The query would select features and append them to another feature class.
Could anyone point me in the right direction on how to achieve this?