wsdl2java doesn't generate method and class javadoc from jaxws:javadoc element
------------------------------------------------------------------------------

                 Key: CXF-1512
                 URL: https://issues.apache.org/jira/browse/CXF-1512
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.0.4
            Reporter: Paweł Karpiński


For example:

{code}
  ............
                <wsdl:operation name="updateInfo">
                        <wsdl:documentation>
                                Some documentation
                        </wsdl:documentation>
                        <wsdl:input message="tns:someMethodRequest"
                                name="someMethodRequest">
                        </wsdl:input>
                        <jaxws:bindings>
                                <jaxws:method name="updateInfoInfo">
                                        <jaxws:javadoc>Not working javadoc :-( 
</jaxws:javadoc>
                                </jaxws:method>
                        </jaxws:bindings>
                </wsdl:operation>
  .............
{code}

Same problem is also with class javadoc

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to