1) why the Data Contract from SOEs (http://help.arcgis.com/en/webapi/sil...onDataContract) doesn't work and every point has elevation 0 meters.
2) I want to use the "GetElevations" from SOEs , but every geometry I use, I get "400 error".
Could please someone write an example that works?
SOEurl += string.Format(System.Globalization.CultureInfo.InvariantCulture, "?lon={0}&lat={1}&f=json", geographicPoint.X, geographicPoint.Y);