At the root of your Restlet web service, something like this:
http://localhost:8080/foobarwebservice/
My page is blank...
I suspect that when a user/programmer wants to find out resources available on the webservice and how they should be accessed e.g. url format and parameters to pass. Then it should be here - a REST form of a WSDL I think??? is it called WADL
What do you do? Is there a way of auto generating this for the root resource based on the resources you are publishing? I don't think that having a blank page is right. Am I even making sense to anyone???? :)
Please bear with me as it's been over a year since I looked at all this stuff.