wsdl:documentation should become javadoc in generated code
----------------------------------------------------------
Key: CXF-3182
URL: https://issues.apache.org/jira/browse/CXF-3182
Project: CXF
Issue Type: Improvement
Components: Tooling
Affects Versions: 2.2.10
Reporter: Karl Palsson
I'd like wsdl documentation to appear as javadoc in the generated classes.
metro does this, at least using the following maven plugin
{code:xml}
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>1.12</version>
{code}
This was discussed on nabble, (attached below, nabble urls seem to be
outrageously fragile)
On Tuesday 11 May 2010 8:39:17 pm Naresh Tallapelli wrote:
> Hi All,
>
> I have added documentation in wsdl for some of my operations. And i tried
> to generate the java code from wsdl using "WSDL2JAVA". But i did not find
> any comments in the generated code which i have added in wsdl file. Please
> help me to generate the java doc from wsdl documentation.
This isn't implemented yet. Per JAX-WS spec, any javadoc should come from
custom jax-ws binding files, but that really does suck. If you'd like to
tackle it, I'd me more than happy to point you in the right directions. :-)
Dan
-----
Apparently a ticket was never filed for this :(
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.