Hello Kevin, you can also precise the request in order to tell the server what is your preferred type of entity. If you use Restlet client, update the clientInfo#acceptedMediaTypes list. If you have acces to the headers of the request, complete the "accept" header, otherwise, you can add the following query parameter "media=xml" (see [1]).
Best regards, Thierry Boileau [1] http://www.restlet.org/documentation/2.0/jse/api/org/restlet/service/TunnelService.html ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2646542

