Hey everyone!
My current task and a quick background: create a model to do weighted overlay, publish that model on the internet. That model must have UI-slider bars to choose the scaled values, and the RASTER result should be draw on the flex application.
Turns out the weighted overlay takes in a table.. and you can't pass a table through the web.
Summary: I write it so the python script takes in a string, so the flex application would basically just pass it a whole bunch of strings. The python splits them up and processes it, passes it into the weighted overlay process(in python), and voila, adds the RASTER result on the map.
The whole process runs successfully. HOWEVER, the results are not displayed on the web. It displays fine on the desktop level, but not on flex.
The raster files are generated on the server's local drive when i run the geoprocessing services through flex.
Anyone have any ideas?
Thanks!
Sean.