Hi All , I try new geo processing widget in Arcgis Viewer 2.4 and connect to my geoprocessing , all connection and input parameter successful but output return in download raster image . That image output suppose to be overlay in map not in downloaded file .Here is my widget xml file <?xml version="1.0"?>
<configuration label="">
<description/>
<taskurl>http://172.16.1.132/ArcGIS/rest/services/HotSpot_Adjustable/GPServer/HotSpot</taskurl>
<helpurl>http://server01/arcgisoutput/HotSpot_Adjustable/HotSpot.htm</helpurl>
<inputparams>
<param name="Jenayah"
label="Jenayah"
required="true"
type="string"
visible="true">
</param>
<param name="Pilih_PBT"
label="Pilih PBT"
required="true"
type="string"
visible="true">
</param>
<param name="Pilih_Bulan"
label="Pilih_Bulan"
required="true"
type="string"
visible="true">
</param>
<param name="Clip_Sempadan_PBT"
label="Sempadan_PBT"
required="true"
type="string"
visible="true">
</param>
<param name="Use_Input_Features_for_Clipping_Geometry"
label="Use Input Features for Clipping Geometry"
required="true"
type="string"
visible="true">
</param>
</inputparams>
<outputparams>
<param name="Hasil_Hot_Spot"
geometrytype="featurerecordset"
label="Hasil_Hot_Spot"
required="true"
type="rasterdatalayer"
visible="true"><!--
<renderer type="simple">
<defaultsymbol alpha="0.5"
color="0xFF00FF"
type="simplefill">
<outline width="1" color="0x000000"/>
</defaultsymbol>
</renderer>
-->
</param>
</outputparams>
<layerorder>Base,Hasil_Hot_Spot</layerorder>
</configuration>
-->
and here is what output parameters from geoprocessing Parameter: Hasil_Hot_Spot Data Type: GPRasterDataLayer Display Name: Hasil Hot Spot Direction: esriGPParameterDirectionOutput Parameter Type: esriGPParameterTypeRequired Category: Is there anything I missing