Found the problem :) I changed the signature of the annotated method in my server resource to @Post public void setLogo(Representation toSet)
was initially: @Post public void setLogo(byte[] toSet) Is there anyway to use concrete types in the declaration or I need to manually convert the data from representation? ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3050893

