Auto generation of Web Service sample, help and documentation
- by orjan
We're using javax.jws.WebServices deployed in a Glassfish server, is there a way to auto generate documentation like the one ASMX services generates?
ASMX services display methods in service
ASMX services when running locally could be easily tested with a prebuilt form
ASMX services provided a sample request and response XML message
http://keithelder.net/blog/archive/2008/01/15/How-to-Get-Around-WCFs-Lack-of-a-Preview-Web.aspx
In Glasshfish together with /test/TestApi?wsdl there's /test/TestApi?Tester but it doesn't work,
I don't know if it can be used to provide similar features as above?