hello, i'm trying to return an XMLDOC file with a restlet GET function. Do you know if it's possible ?
I receive that error all the time:
<error>
<code>INVALID_RETURN_DATA_OBJECT</code>
<message>The XML document does not contain a root element because the RESTlet function does not return a JavaScript Object.</message>
</error>