Hi,
I use ArcGIS Server 10 SP3. My question is, if this bug is fixed in SP3 for the REST SOE input parameters, did it fix also in the GeometryService? If not, is there something to do?
I think, the GeometryService has still this bug. This is why:
When I call Simplify (with a large geometry) operation of the geometryService, I got this error:
Ex.:
GeometryService service = new GeometryService(this.GeometryServiceUrl);
service.SimplifyAsync(graphics);
Error:
{"error":{"code":400,"message":"Unable to complete Simplify operation.","details":["Error during the serialization or during the deserialization by means of JSON JavaScriptSerializer. MaxJsonLength exceeded .\r\nParameter name : input"]}}
It's sure, I could make my own SOE to do the same job but I would like to use the services deliveries by ESRI. If the Geometry service has the bug, do you know if QueryTask has also this bug.
I help would be very appreciate because I'm stuck with it and I must delivery my solution very soon.
Best regards,
Steeve