There isn't anything in the release versions of CXF that do this. On trunk (which is targeting 2.3), there is a WSDLDocumentation annotation that can be used to add documentation to the wsdl.
See: http://cxf.apache.org/docs/annotations.html This should be working with the 2.3 snapshots. Dan On Mon October 12 2009 7:13:11 pm Darrell Esau wrote: > Hi all, > Using Servlet Transport. > > Is there any way to either: > 1) Read the javadoc from my java web services to add documentation to > either the "Available SOAP services" listing or the generated WSDL. > > or > > 2) Add some annotations to my java to specify documentation as above. > > Thank you, > -d > -- Daniel Kulp [email protected] http://www.dankulp.com/blog
