I am learning how to use the Geo processing service from the browser. I developed a very basic model using model builder.(please see the attached). My map consisted of just three layers all having attribute tables. I used select tool to select the data from the table. I wish that from my my map when i click any point than i could retrieve the data with in certain buffer radius. I h have looked the example given on http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Get_population_for_any_area/01nq000... it is more or less what i want. So i develop a basic model. I n model developer the select tool require a feature set. i selected my table and made the model . the model run good i published it as service. which is give here. however my question is that my input is taken as GP string not as esriGeometryPolygon. so how can i give the input parameter as feature set as used in Get_population example model. Any advice is appreciated as i think i am stucked here 🙂