I've developed some JAX-WS web services using the Metro implementation.
Now what I want to add to these web services is somehow documentation. Metro, itself, generates you a "simple" doc html file, which includes the location of the WSDL and something more.
So I've been doing some research and I've found Enunciate, which helps you to generate documentation and your web services' client(s) in several programming languages (which is reeaaally helpful). But I'm only interested in the generation of documentation, for the time being. I can see that supports Apache CXF, JAX-WS, JAX-RS but doesn't support Metro, or I haven't been able to find the plugin.
So, will I be able to generate documentation for my web services?
Is there any other tool to generate documentation of a JAX-WS application (metro based)?
Thank you in advance