Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Parsing fails with empty elements #2

@hetoug

Description

@hetoug

I have a wsdl with a lot of elements of the type:

      <s:element name="TimeEntry_GetAll">
        <s:complexType />
      </s:element>

This fails with the error value: Empty'.
I can work around this by changing them (all 444 of them) to:

        <s:complexType>
          <s:all minOccurs="0"/>
        </s:complexType>

But that's not very handy.

Changing to <s:simpleType/> gives the same result.

I know: PRs with tests accepted 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions