I would like for my web service to provide a handy reference to all available end points from each resource root that is requested with a html content type. It seems like all the data needed to generate such a page is available as annotations. However, try as I might - I can't find a project or any API calls to do this.

Of course, I could use reflection and the annotation API to build my own, I'm just fishing to see if anyone else has done this work.

Does anyone have any ideas?

From this helpful post, I can see that there is real-time WADL generation, but it still doesn't meet the requirements of a real-time list of end-points.

@Szocske WADL only provides me with a XML description of the services. If would like a pretty web service like how many of the .NET services work. Right now, I'm going to investigate doing an XSL transform on the WADL data, but looking at it right now isn't promising because it is returning the full JSON response.

link|improve this question

69% accept rate
Could you elaborate what you find lacking from the application.wadl? – Szocske Jul 28 '11 at 6:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.