-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the WSDL syntax to populate the "Description" column in the html table? #13
Comments
You are right. It's not implemented. Sorry, don't get bandwidth to do it. Have to parse generated java files and extract javadocs. See (https://javaee.github.io/metro/doc/user-guide/ch03.html#generating-javadocs-from-wsdl-documentation) Pull requests are welcome. |
I'd be happy to see this feature as well. It's even trickier for my application: We have Java classes, From first glance it's hardly possible to even generate |
Just did a research. This is hard to implement (have to extract javadoc from generated java files). And even if you do, its help is limited:
(Also see javaee/jaxb-v2#172) Their last one may be the most the important one. If it can't be done, then the whole efforts are not worth it |
I'm trying to use the xs:annotation / xs:documentation tags, but nothing is getting populated in the description column of the HTML tables.
Maybe this feature hasn't been implemented yet? The Stub.java model looks like it will only ever return the words "In header"
The text was updated successfully, but these errors were encountered: