Auto generation of Web Service sample, help and documentation

Posted by orjan on Stack Overflow See other posts from Stack Overflow or by orjan
Published on 2010-04-19T06:50:16Z Indexed on 2010/04/19 6:53 UTC
Read the original article Hit count: 244

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?

© Stack Overflow or respective owner

Related posts about glassfish

Related posts about web-services