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

Parsing fails with empty elements #2

Open
hetoug opened this issue Aug 11, 2020 · 0 comments
Open

Parsing fails with empty elements #2

hetoug opened this issue Aug 11, 2020 · 0 comments

Comments

@hetoug
Copy link

hetoug commented Aug 11, 2020

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 😄

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant