I am executing an ArcGIS server Export Map operation /service. The JSON response returns a property called imageData, and not the expected href property containing the Url to the generated png file. I tried a different ArcServer with the exact request and get back the expected result. The MapServer endpoint lists the following Supported Image Format Types: PNG32,PNG24,PNG.
What needs to be done to the ArcServer to return the expected PNG Url?
Current Response:
{"imageData": "iVBORw0KGgoAAAANSUhEUgAABRQA..."contentType": "image/png","width": 1300,"height": 385,Expected Response:
{"href": "http://myserver/arcgis/rest/directories/arcgisoutput/Dir/MyMapServer/abcd.png","width": 1300,"height": 385,....
أكثر...
What needs to be done to the ArcServer to return the expected PNG Url?
Current Response:
{"imageData": "iVBORw0KGgoAAAANSUhEUgAABRQA..."contentType": "image/png","width": 1300,"height": 385,Expected Response:
{"href": "http://myserver/arcgis/rest/directories/arcgisoutput/Dir/MyMapServer/abcd.png","width": 1300,"height": 385,....
أكثر...