Hello Nina, sorry for the delay of my answer. In the doInit method, you can still set the status and the response's entity: setStatus(Status.SUCCESS_ACCEPTED); getResponse().setEntity(<your entity>);
Another way to achieve what you want, is to cope with this status inside the methods that handle the accepted operation (e.g. a PUT, POST, etc). Does that help you? Best regards, Thierry boileau ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2609027

