Closed Awlexus closed 3 years ago
@willemdj did you have any time to look at this?
No, I did not yet find the time. I will certainly look at it, but it may take some time, sorry.
Hi @willemdj, hope you are well! Could you maybe just give us a hint where we should look at to resolve this specific issue? Thanks!
Hi,
I have been on vacation, but I did have a look before I left. I don’t think this is something that can be fixed easily. I do expect that I will be able to fix it, but I don’t have much time available so it may take some time.
In the mean time you might try to change the XSD to work around the problem.
Regards, Willem.
Op 1 sep. 2021 om 11:14 heeft Philip Giuliani @.***> het volgende geschreven:
Hi @willemdj, hope you are well! Could you maybe just give us a hint where we should look at to resolve this specific issue? Thanks!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
It should work now...
Given the following XSD (extracted from XAdES)
And the following response
You will get an error when scanning the response:
I was able to narrow the issue down to translateType not adding the type to the history, because it was not defined and findDerivedType therefore being unable to find the type as ancestor in the TypeHierarchy.
I'm not so familiar with XML-Schemas in general, but is this check necessary?