Community
Participate
Working Groups
Export schema command produces new XML schemas with empty <import" schema location="XXXXXXXXXXXXX"/> attributes! Try exporting http://org.dido.ns from the attached wsdl! See the errors in 2 of the three extracted schemas. Best Regards, Dido
Created attachment 193416 [details] Try to export *ns2 namespaced schema from this doc
Created attachment 193417 [details] to reproduce Try exporting http://org.dido.ns2 from this doc. See the producet artefacts
Comment on attachment 193416 [details] Try to export *ns2 namespaced schema from this doc sorry, chose a wrong file to attach.
Created attachment 197845 [details] patch fixing the DOM migration issue Hi Colleagues, I have prepared a fix for this issue. The problem was in the DOM migration. The logic relied on element.getAttribute() to return null when there was no attribute defined. Regards, Stanislav