Im using a feature Server and want to add Points to itBut if i applyEdits() all the time i get back 'error:400 Unable to complete operation'My server is 10.1 the SDE is 9.3 is that an issue ? with 10.0 it worked fineIn ArcMap adding Points works fine, tooThe User has permissions to the FeatureClassI testet it also direct to the Rest service same issue:the json post to the Server is like this: [{"geometry":{"x":434686.6102382373,"y":5792087.627864312,"spatialReference":{"wkid":25832}},"attributes":{"Art_ID":null,"Art":null,"Bemerkung":null,"Strasse":null,"Str_kurz":null,"Hsnr":null,"Hsnr_ID":null,"Pers_ID":null,"Mitarb_ID":null,"Status":null,"Datum_ein":null,"Datum_bearb":null}}]Any suggestions?