|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [xfire-dev] [jira] (XFIRE-507) Documentation support for WSD... QinJia (JIRA)
- [xfire-dev] [jira] (XFIRE-507) Documentation support fo... QinJia (JIRA)
- [xfire-dev] [jira] (XFIRE-507) Documentation support fo... QinJia (JIRA)
- [xfire-dev] [jira] (XFIRE-507) Documentation support fo... QinJia (JIRA)
I use this method to create a MyService.doc.xml.Here is my configuration.
<service>
<documentation>this is a description of 1</documentation>
<method name="example" parametersNumber="1" >
<documentation>this is a description of 2</documentation>
<parameter index="0">
<documentation>this is a description</documentation>
</parameter>
</method>
</service>
The project has no problem,but the generated wsdl has some problems.
I can only see "<xsd:documentation>this is a description</xsd:documentation>
" in the wsdl,but the other two documentation description is missing.
what's the problem?could you tell me ?thanks a lot