You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
I have a wsdl with a lot of elements of the type:
This fails with the error
value: Empty'
.I can work around this by changing them (all 444 of them) to:
But that's not very handy.
Changing to
<s:simpleType/>
gives the same result.I know: PRs with tests accepted 😄
The text was updated successfully, but these errors were encountered: