Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #182 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

classdef generation of element(untyped) array

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.6
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

  <xs:element name="FooSet">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="tns:Foo" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

Change History

11/12/05 15:02:24 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1667]) support classdef generation of Array of element(untyped) definition. closes #182.

11/12/05 15:02:54 changed by nahi

  • type changed from defect to enhancement.