OK. That seemed to fix the original problem. Specifically, I added the URL below to the <taskurl> element in GeoprocessingWidget_ExtractData.xml
http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task
Now. I am getting the following error
error Object { code=500, message="Error Submitting Job", details=[0]}
http://SERVER.NAME/ArcGIS/rest/services/ClipAndShip/GPServer/Extract%20Data%20Task/submitJob?Feature...
I am having the same issue on my server. I am using the same ClipAndShip example. Have you figured out how to fix this problem?
This is my syntax:
"http://server.name/ArcGIS/rest/services/ODRG/ClipandShip/GPServer/Extract%20Data%20Task/submitJob?f=json&env%3AoutSR=102100&Layers_to_Clip=%5B%22Art_Cat%22%2C%22Art_Cat%22%2C%22Art_Cat%22%5D&Area_of_Interest=%7B%22fields%22%3A%5B%5D%2C%22geometryType%22%3A%22esriGeometryPolygon%22%2C%22features%22%3A%5B%7B%22geometry%22%3A%7B%22rings%22%3A%5B%5B%5B-13594793.76432079%2C6051782.877430132%5D%2C%5B-13594793.764320793%2C6051769.739815896%5D%2C%5B-13594791.375663659%2C6051849.759829876%5D%2C%5B-13594740.019535283%2C6051836.622215641%5D%2C%5B-13594793.76432079%2C6051782.877430132%5D%5D%5D%2C%22spatialReference%22%3A%7B%22wkid%22%3A102100%7D%7D%7D%5D%2C%22sr%22%3A%7B%22wkid%22%3A102100%7D%7D&Feature_Format=Shapefile%20-%20SHP%20-%20.shp&callback=dojo.io.script.jsonp_dojoIoScript5._jsonpCallback"
I get this error: dojo.io.script.jsonp_dojoIoScript5._jsonpCallback({"error":{"code":500,"message":"Error Submitting Job","details":[]}});
Dave S