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
Note that this only handles whether a property is marked optional. Checking whether something should be nullable could be implemented similarly, but I didn't do it, because we don't need it for our use case.
@dderevjanik If you are interested in this functionality, I'd be willing to open a PR and clean up the implementation.
With the wsdl im using, originalSchema would always be undefined, because typeNameWithoutNamespace wouldn't match the case of the keys inside complexTypes.
I ended up doing this, it seems to work for my case, not sure if it's correct or not!
As the titel says, all properties are optional. It seems like the code is missing a check for the xml property
minOccurs
.The text was updated successfully, but these errors were encountered: