Solved! Go to Solution.
<spatialreference>102100</spatialreference>
<spatialreference>102003</spatialreference>
<spatialreference>102100</spatialreference>
Anjelina,
You need to change the spatialreference in the eSearchWidget.xml to match the WKID of your Map:<spatialreference>102100</spatialreference>
<spatialreference>102100</spatialreference>and not
<spatialreference>102003</spatialreference>
<geometryservice>http://localhost:6080/arcgis/rest/services/Utilities/Geometry/GeometryServer</geometryservice>
Anjelina,
So three things.
Did you ACTUALLY check that your eSearchWidget.xml says:<spatialreference>102100</spatialreference>and not<spatialreference>102003</spatialreference>
Did you start your geometry service on your new 10.1 server?
Is the geometry service in your eSearchWidget.xml pointing to your new 10.1 geometry service?<geometryservice>http://localhost:6080/arcgis/rest/services/Utilities/Geometry/GeometryServer</geometryservice>
[RPC Fault faultString="Invalid or missing input parameters." faultCode="400" faultDetail="the input is not a geographic or projected coordinate system"]
This is an error response returned from a GeometryService.
Anjelina, could you use a tool like httpfox/firebug in Firefox, Chrome developer tools etc to see the actual request (the URL and the parameters) being sent by your application to your GeometryService?
Anjelina,
Somehow I am beginning to doubt that you are actually following all the advice that people are giving you (and following it exactly to the letter). Can you check and see if the buffer is actually drawn but over near Africa at coordinates 0,0?