I have migrated the modified search widget to Flex 3.6 from 2.X and Arc GIS Server 10.2.2, but when I want to make a buffer it return this error:
[RPC Fault faultString="Invalid or missing input parameters." faultCode="400" faultDetail="the input is not a geographic or projected coordinate system"]
what is the reason of this error?
Below are the parameters passed:
bufferSR=0
unionResults=true
inSR=3414
geometries={"geometryType":"esriGeometryPolygon","geometries":[{"rings":[[[30803.602299999955,31489.83940000087],[30814.99679999928,31475.538000000655],[30809.764599999995,31474.956700000905],[30807.439199999117,31478.21230000071],[30803.36970000009,31483.328199999396],[30802.788299999662,31486.93270000072],[30803.602299999955,31489.83940000087]]]}]}
f=json
unit=9001
distances=500
XML is having below tag
<spatialreference>3414</spatialreference>
Please help