Community
Participate
Working Groups
Build Identifier: Hi Colleagues, In SIE the following scenario fails: 1) Open the attached WSDL 2) Go to the DT tab and select "http://www.example.org/NewWSDLFile/"/ StructureType1/GlobalElement 3) Go to the source tab 4) Update the prefix from type="tns:GlobalElement" to type="ns0:GlobalElement" 5) Go back to the DT tab - a validation error is shown. This validation error ends with a dot, so it's comming from the custom validation :) As a hint, the custom constraint is here: "org.eclipse.wst.sse.sieditor.model.validation.constraints.UnresolvedXsdContentsValidation" Regards, Stanislav Reproducible: Always
Created attachment 190112 [details] wsdl file to reproduce the issue
Hi Colleagues, Actually, the custom validation is perfect ;) (or at least in this case). The first schema does not have an import directive to the second schema. I'm closing this bugzilla, since it is invalid. Regards, Stanislav