Community
Participate
Working Groups
Build Identifier: 20100218-1602 When the wsdl model is loaded with the given wsdl document (as an attachment), the references from input->Messages are not loaded correctly. Note that the definitions has no targetNamespace attribute and also has NO " xmlns="" " attribute. After validating - no error markers are created for this resource. I am not 100% sure if the lack of the default " xmlns="" " attribute invalidates the document, but either way - in this case the validation has a bug - not indicating the document is invalid in any way. Reproducible: Always Steps to Reproduce: 1.Copy the attached wsdl document in a project 2.Validate and note lack error markers 3.Open with the wsdl Editor - note that the merssages are not resolved
Created attachment 169800 [details] Document used to reproduce
Created attachment 169801 [details] JUnit test reproducing the issue A JUnit test, which reproduces the issue. If this JUnit finds error markers on the wsdl, it won't assert the references in the model. Regards, Dimitar
Hi Dimitar, seems to me this is duplicate of bug 212508. *** This bug has been marked as a duplicate of bug 212508 ***
Yes, probably. The difference is that no NPEs from the validation gets thrown.