Select to view content in your preferred language

Force to execute a GP Task through POST

494
2
11-23-2011 04:56 AM
koaltechs_
Emerging Contributor
Hi all

Do you know if it is poossible to execute from the API of iOS a GP Synchro Task ("executeWithParameters") through a POST method?

By default, the API execute the task through GET. We are sending some special chars in the params and the GET fails but the POST works (we have tested though the web with the REST API).

Best and thanks in advance.

Alberto
0 Kudos
2 Replies
NimeshJarecha
Esri Regular Contributor
Alberto,

Could you please provide more information? Which special chars fails the GET request?

Regards,
Nimesh
0 Kudos
koaltechs_
Emerging Contributor
Thanks Nimesh for answering. 😄

Any kind of linguistic chars such as ñ,ç,ö....

As additional info the imput parameter of the GP Task is:
From ArcGIS Server
Parameter: Info_collection
Data Type: GPString
Display Name: Info collection
Direction: esriGPParameterDirectionInput
Default Value:
Parameter Type: esriGPParameterTypeOptional

Best

Alberto
0 Kudos