You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/04/22 15:42:27 UTC

DO NOT REPLY [Bug 19214] - WSDL2Java ignores comments

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19214>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19214

WSDL2Java ignores comments

tomj@macromedia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From tomj@macromedia.com  2003-04-22 13:42 -------
The <document> nodes in WSDL are emitted in to the Java source files as 
comments.  XML comments are ignored as they should be.  

If you would like to create a system for preserving and extracting the JavaDoc 
comments in the code and propigating them to the generated WSDL, please feel 
free to open an enhancement request with a patch providing that functionality.

Otherwise, annotated WSDL can be provided to users by specifying a static WSDL 
file in the deployment (WSDD) file.