Hi,I'm trying to get Polygons and Lines into GEP. Unfortunately I did not find any hint in the resource-center about getting polygons and lines into GEP.Right now I tried with a Json Input Adapter and I tried to fill in a polygon with the Json Geometry Object Notation, which you can find here:http://resources.arcgis.com/en/help/rest/apiref/geometry.htmlSo far I tried to feed the GEP with the following Json:[{"geometry": {"hasZ":true,"rings": [[10.114760188242185,49.44835148727626,0],[10.114760188242385,49.44835148727626,0],[10.114760188242085,49.44835148727326,0],[10.114760188242485,49.44835148727426,0],[10.114760188242185,49.44835148727626,0]],"spatialReference":{"wkid":4326}},"attributes":{"Alpha":"alpha"}]But I get[ATTACH=CONFIG]29438[/ATTACH]the geometry is not recognized. Is there any documentation about the formatting of Polygons and Lines?Kind regards,Rainer