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 ji...@apache.org on 2004/04/29 05:57:55 UTC

[jira] Created: (AXISCPP-69) Array Declaration Support

Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-69
    Summary: Array Declaration Support
       Type: Improvement

     Status: Unassigned
   Priority: Minor

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
             WSDL generation
             WSDL processing
   Versions:
             future (enh)

   Assignee: 
   Reporter: Samisa Abeysinghe

    Created: Wed, 28 Apr 2004 8:56 PM
    Updated: Wed, 28 Apr 2004 8:56 PM
Environment: All platforms

Description:
Array declaration in WSDL should interop with .NET and Axis Java. 
The following format interops:
(Note: This is not the format used by current Axis C++)
<xsd:element name="intItem" type="xsd:int" />
<xsd:complexType name="intArrayType">
 <xsd:sequence>
  <xsd:element ref="tns:intItem" minOccurs="0" maxOccurs="unbounded" />
 </xsd:sequence>
</xsd:complexType>


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


[jira] Closed: (AXISCPP-69) Array Declaration Support

Posted by ax...@ws.apache.org.
Message:

   The following issue has been closed.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-69
    Summary: Array Declaration Support
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             Serialization/Deserialization
             WSDL generation
             WSDL processing
   Versions:
             future (enh)

   Assignee: Nithyakala
   Reporter: Samisa Abeysinghe

    Created: Wed, 28 Apr 2004 8:56 PM
    Updated: Fri, 24 Sep 2004 3:11 AM
Environment: All platforms

Description:
Array declaration in WSDL should interop with .NET and Axis Java. 
The following format interops:
(Note: This is not the format used by current Axis C++)
<xsd:element name="intItem" type="xsd:int" />
<xsd:complexType name="intArrayType">
 <xsd:sequence>
  <xsd:element ref="tns:intItem" minOccurs="0" maxOccurs="unbounded" />
 </xsd:sequence>
</xsd:complexType>


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