You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by ax...@ws.apache.org on 2004/08/26 15:51:19 UTC

[jira] Commented: (AXISCPP-138) WSDL2WS tool is still putting '>' into the middle of labels

The following comment has been added to this issue:

     Author: Samisa Abeysinghe
    Created: Thu, 26 Aug 2004 6:51 AM
       Body:
Please attach the WSDL file so that I could recreate
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXISCPP-138?page=comments#action_37486

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-138

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-138
    Summary: WSDL2WS tool is still putting '>' into the middle of labels
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis-C++
 Components: 
             WSDL processing

   Assignee: 
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Thu, 26 Aug 2004 6:51 AM
Environment: n/a

Description:
WSDL2WS tool is still putting '>' into the middle of labels. i.e.

WSDL
<complexType name="BenchBasicDataType">
  <sequence>
    :
  </sequence>
</complexType>

</complexType>
 <complexType name="BenchDataType">
  <sequence>
   <element name="count" type="xsd:int"/>
   <element maxOccurs="unbounded" name="infos" type="impl:BenchBasicDataType"/>
 </sequence>
</complexType>

Produces (note the '>' between 'Type' and 'infos'):
<BenchDataType>infos>
:
</BenchDataType>infos>


---------------------------------------------------------------------
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