At this point, I believe WSDL2Java only transfers comments if they're at the top level. We could do a better job picking up more comments.

Russell Butek
[EMAIL PROTECTED]

Please respond to [EMAIL PROTECTED]

To: "Axis-User (E-mail)" <[EMAIL PROTECTED]>
cc:
Subject: Re: WSDL2Java and javadoc comments - why not?




I found this thread in the archive that mention that WSDL2Java was to be
updated for beta2 in order to spit out documentation notes as javadoc.

How do I get the doc bits like those...

<xs:complexType name="displayObjects">
<xs:sequence>

    <xs:element name="displayObject" type="tns:displayObjectArray">
    <wsdl:annotation>
<wsdl:documentation>Details about one piece of logon
information.</wsdl:documentation>
    </wsdl:annotation>
    </xs:element>
</xs:sequence>
</xs:complexType>

...carried in my java code?

--
Sylvain

This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

Reply via email to