Community
Participate
Working Groups
Build Identifier: Hello, Import the attached WSDL and XSD files in your IDE. Open the WSDL with the SIE. Go to the source tab. Go to the declared schema with target namespace http://namespace1. Delete the http://namespace2 import. Copy and paste the http://namespace3 import in the same schema. Change the namespace value from http://namespace3 to http://namespace2 Go to the DT tab - you will see 5 errors but the document is actually valid. Regards, Nevena Reproducible: Always
Created attachment 189411 [details] archive containing the test WSDL and XSDs
Hi Guys, A short update of this issue. The first namespace (http://namespace1) actually has imports to both namespaces (http://namespace2 and http://namespace3). The reconciler needs to be changed to update only one xsd:import directive, not all. This should fix the issue. Regards, Stanislav