users@glassfish.java.net

Webservice comments into glassfish's WSDL

From: <forums_at_java.net>
Date: Wed, 17 Nov 2010 23:39:26 -0800

Hi,
I've got a web service build with Netbeans 6.9.1 and deployed to glassfish V3
(so glassish generates the wsdl). I would like to see the method's comments
in the WSDL. Is there any way to do that automatically?. For example:
  *  /**
     * Some comments I would like to see in WSDL
     *
     * @param some in parameter
     * @return
     *     returns out
     */*
    @WebMethod
    public void SomeMethod(@WebParam(name="paramName")int  paramName){
    }
Thanks.


--
[Message sent by forum member 'emoya']
View Post: http://forums.java.net/node/719980