Hello All,
After reading the restlet tutorial and I'm convinced that Restlets are the way to go for a project I am working on. In essence I want to create a web service which stores and retrieves XML documents. My question is, I know how to create a client which can request a document from this webservice, but how do I go about sending a byte[] representation of an XML document (or a Set of XML documents) to the server?

