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/27 03:29:19 UTC

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

Message:

   The following issue has been resolved as FIXED.

   Resolver: Samisa Abeysinghe
       Date: Thu, 26 Aug 2004 6:28 PM

Fixed the problem in 4 places.
Should work now. 
Please report problems if any.
BTW we need to clean up the logic on the use of ANON_TOKEN. At the moment it is all over the place (and I am partially responsible)
---------------------------------------------------------------------
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: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             WSDL processing
   Fix Fors:
             1.3 Beta

   Assignee: Samisa Abeysinghe
   Reporter: Fred Preston

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