gforge-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-devel] [ gforge-Bugs-453 ] Array types are not specified well


From: noreply
Subject: [Gforge-devel] [ gforge-Bugs-453 ] Array types are not specified well
Date: Sun, 20 Jul 2003 16:57:56 -0500

Bugs item #453, was opened at 2003-07-20 23:57
You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=105&aid=453&group_id=1

Category: None
Group: None
Status: Open
Priority: 5
Submitted By: James Michael DuPont (mdupont)
Assigned to: Nobody (None)
Summary: Array types are not specified well

Initial Comment:
The array specs of the array look like this :

<xsd:complexType name="ArrayOfBug">
<xsd:sequence>
<xsd:complexContent>
<xsd:restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType"
wsdl:arrayType="tns:Bug[]"/>
</xsd:restriction>
</xsd:complexContent>
</xsd:sequence></xsd:complexType>


The wsdl should look like thi

<complexType name="ArrayOfBug">
<sequence>
<complexContent>
<restriction base="SOAP-ENC:Array">
<sequence>
      <element name="item" type="tns:Bug" minOccurs="0"
maxOccurs="unbounded"/>
     </sequence>
<attribute ref="SOAP-ENC:arrayType"
wsdl:arrayType="tns:Bug[]"/>
</restriction>
</complexContent>
</sequence>
</complexType>


----------------------------------------------------------------------

You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=105&aid=453&group_id=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]