Hi all, I have a SOAP service I implemented with CXF. The service's underlying Java classes are documented via JavaDoc comments.
My question is... Is there any way to generate nice SOAP interface documentation which would pull the comments directly from the JavaDoc? The documentation would then be given to clients who want to use my SOAP api. (I know that XMLspy will generate basic docs directly from the WSDL file, but I'm hoping there's an easier, more direct, and FREE way to do this using CXF or related tools.) Many thanks!
