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 16:43:20 UTC

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

Message:

   The following issue has been re-assigned.

   Assignee: Samisa Abeysinghe (mailto:samisa_abeysinghe@yahoo.com)
---------------------------------------------------------------------
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: Open
   Priority: Major

    Project: Axis-C++
 Components: 
             WSDL processing

   Assignee: Samisa Abeysinghe
   Reporter: Fred Preston

    Created: Thu, 26 Aug 2004 4:18 AM
    Updated: Thu, 26 Aug 2004 7:42 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