Hello all, I have build a customized version of the Weighted Overlay tool based on four rasters. The input parameters are the influences of each raster in a string representation and after submitting, the model convert it into a Weighted Overlay Table and fed into the Weighted Overlay tool. The output is a raster data layer. (More explanation here) I've dragged this model into the TOC and published the saved mxd as a Result Map Service. Works perfectly in the ArcGIS Service Directory, but the next step is to make it working in a simple Flex widget.
I've found a similar problem here, where Robert Scheitlin comes up with a solution. My case is slightly different: Input: GPString (4 times) Output: GPRasterDataLayer
So far I've looked to DataExtract, ViewShed and the herebove mentioned widgets but the code is still quite overwhelming. I have attached a screenshot of the GPservice in the ArcGIS Service Directory Any help is appreciated