Hi,
I have a problem when using the WPF ESRI.ArcGis.Client.Tasks.Geoprocessor in a WCF service.
When using the ESRI.ArcGis.Client.Tasks.Geoprocessor from a Silverlight app or Windows Forms app, everything works fine.
But when used within a self hosted WCF service, the Geoprocessor is created, the job is submitted and the tool is started. A 200 OK response with jobstatus "esriJobSubmitted" is sent back to the Geoprocessor, but it seems that the response is never received because the StatusUpdated event is never triggered. No "esriJobSucceeded" response follows. The Geoprocessor do not trigger Failed/JobCompleted/StatusUpdated events.
Firewall is off. The service is singleton with disabled security. If a webrequest identical to the Geoprocessor request is done from the service, the 200 OK response is received OK.
Does anyone have an idea what might block it, or have an example of how to use the ESRI.ArcGis.Client.Tasks.Geoprocessor in a WCF service?
Thanks.