Hello, I've tried Version 2.0.4 which has also this issue:
POSTing data to GAE does not work when using the resource.wrap method on the client side. On the GAE, the data object passed to the annotated @post-Method is always null. It works with a locally deployed version. Also, when I do a curl to the GAE, the JSON-Data from the command line is correctly deserialized. I've purchased and red the book. Though, no clues on what goes wrong using the annotation-based and automated de/serialization mechanisms. I am pretty much stuck right now and the only solution is to redesign my HTTP-Calls (using another scope and URL-parameters) to circumvent this issue. Though, since I am still eager to go the way I've planned, I would still greatly appreciate comments on this. Thanks Joe ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2695022

