Hi Thierry.

I'm using Restlet 2.0.1 GAE release.

My annotated method looks like this:


   @Put
   Representation accept(Representation representation)


My first test was with POST using a method like this:


   @Post
   void accept(Representation representation)

but I got 405 status code when invoking it. Looking at the discussions I saw 
that this problem was reported and you had fixed it, so I tried with PUT but 
got the same status code.

Best regards,

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2668806

Reply via email to