----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 16, 2003 03:38
Subject: RE: WSDL, Java source and javadoc


> Any suggestions for implementing the other way around, add comments to the
> WSDL?
> Should the wsdd support inserting documentation tags, or a good way to get
> comments somewhere and add them to the WSDL as documentation tags?
>
> Thanks,
> ArentJan

The trouble with classic java is that the only bit of @tag metadata that
goes into binaries is @deprecated; the rest of the javadocs are gone.

what we really need is xdoclet  support so that we can create our .wsdd
descriptor from the source. I dont personally find generating WSDL
documentation pressing as I (usually) write the WSDL first and have it
generate the client and server code.

Reply via email to