You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ji...@apache.org on 2004/04/19 11:12:53 UTC

[jira] Updated: (AXIS-1322) wsdl:documentation tag in wsdl is not prefixed by wsdl: when wsdl is generated

The following issue has been updated:

    Updater: Cédric Chabanois (mailto:cchabanois@cognicase.fr)
       Date: Mon, 19 Apr 2004 2:11 AM
    Comment:
patch to correct this bug
    Changes:
             Attachment changed to patchAxis-documentation prefix.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/AXIS-1322?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1322

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1322
    Summary: wsdl:documentation tag in wsdl is not prefixed by wsdl: when wsdl is generated
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
 Components: 
             WSDL processing
   Versions:
             current (nightly)

   Assignee: 
   Reporter: Cédric Chabanois

    Created: Mon, 19 Apr 2004 2:00 AM
    Updated: Mon, 19 Apr 2004 2:11 AM

Description:
I added documentation for my operations in wsdd using <documentation> tag.
"
  <operation name="myOperation" soapAction="">
   <documentation>
this is my documentation</documentation>
  </operation>
[...]
"

However when I get the wsdl using ?wsdl, 
"
<wsdl:portType name="myPortType">
	<wsdl:operation name="myOperation">
	<documentation>
this is my documentation
	</documentation>
[...]
"
documentation tag is not prefixed by wsdl.

When I try to generate java files from wsdl I get errors because <documentation> is not recognized.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira