Taking javadoc comments and putting them into WSDL would really be nice. But it's not easy. Java2WSDL works from .class files. Javadoc comments aren't in .class files. So Java2WSDL would have to know where to find the javadocs (or the .java files) and be able to parse them. It's not a trivial task, so don't expect it any time soon.
Russell Butek [EMAIL PROTECTED] "Lasker, Kory" <[EMAIL PROTECTED]> on 04/12/2002 04:19:47 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: <wsdl:documentation> support? Does Axis have anyway to support these documentation elements from the WSDL 1.1 spec? I want to be able to leave comments in my classes such that when the wsdl is created, these notes will be added for the client's benefit. Axis is quite nice in that client stub generation from a WSDL takes these comments and inserts them as real comments into the Java code. Handy. Kory