The reason, why the output is empty, when requesting the HTML version of the WADL, seems to be the following:
The stylesheet "/org/restlet/ext/wadl/htmlConvert.xsl", which converts the generated WADL, uses the WADL namespace "http://research.sun.com/wadl/2006/10". But the generated WADL has the namespace "http://wadl.dev.java.net/2009/02" (see WadlRepresentation.APP_NAMESPACE) So, one of these namespaces has to be changed to the other. cheers, Carsten ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2460536

