We have a customer requesting a tool that will load any geoprocessing service and publish the results on the map. They want a generic tool that will figure out the parameter name and type and prompt the user for that information. Does anyone know of a way to dynamically figure out this information?
For example, ArcGIS Flex API samples reference a message in a bottle service:
Is there a way to figure out that the Parameters needed are Input_Point, type "GPFeatureRecordSetLayer" and Days, type "GPDouble"? Every example I've seen online has these values hard-coded when creating the Geoprocessor in Flex.