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

Ticket #49 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

classDefCreator does not support complexType with simpleContent

Reported by: nahi <nakahiro@gmail.com> Assigned to: nahi
Priority: normal Milestone: 1.5.4
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

  <s:complexType name="mysimpletype">
    <s:simpleContent>
      <s:extension base="s:string">
        <s:attribute default="Y" name="yesno">
          <s:simpleType>
            <s:restriction base="s:NMTOKEN">
              <s:enumeration value="Y" />
              <s:enumeration value="N" />
            </s:restriction>
          </s:simpleType>
        </s:attribute>
      </s:extension>
    </s:simpleContent>

Change History

02/06/05 21:55:33 changed by nahi

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

(In [1431]) add test for #45, #48 and #49. fixes #45. fixes #48. fixes #49.