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 17:44:19 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 <xs:annotation> comments

N.Metchev@teamphone.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |
            Summary|WSDL2Java ignores comments  |WSDL2Java ignores
                   |                            |<xs:annotation> comments



------- Additional Comments From N.Metchev@teamphone.com  2003-04-22 15:44 -------
the following type of comment in the <types> section of the WSDL file is 
ignored:
<xs:annotation>
   <xs:documentation xml:lang="en">...</xs:documentation>
</xs:annotation>
It would be nice if that documentation is also emitted into the java source 
file!