Eclipse validating wsdl slow
18-Feb-2020 01:35
If this is the correct namespace, then an appropriate 'import' tag should be added to 'file:///Users/itunesuser/git/online-service-wizard/suppression-extension/src/main/resources/com/satorisoftware/ws/infuse/multiservice/multiservice.wsdl'.I've made some research and it looks like it's happening because of some Eclipse wsdl-validation bug, explained here Some guy there claims that he fixed this error with patch, and I've applied it, but the error stays and I'm starting to think that there's some problem with my wsdl file itself. So, if I have the following New File.xml: In JBoss Developer 4.0 and above (Eclipse-based), this is a tad easier.Just right-click on your file or folder that contains xml-based files, choose "Exclude Validation", then click "Yes" to confirm.Often it is, because java is running out of free memory and need to run the garbage collector very often.You can see the free memory in the bottom right corner of eclipse if you enable Window/Prefercences/General/"Show heap status".(At this time the only supported namespace is the WSDL 1.1 namespace but this mechanism is flexible to support future versions, such as WSDL 2.0.) The architecture of the WSDL validator is largely based on the requirement that it be able to run standalone outside of Eclipse (in order to allow it to be used in other applications).EDIT: To be clear, I want to get rid of the big red X on my project, not just filter the errors from the "Problems" list. It was detected that 'ser:char' is in namespace ' but components from this namespace are not referenceable from schema document 'file:///Users/itunesuser/git/online-service-wizard/suppression-extension/src/main/resources/com/satorisoftware/ws/infuse/multiservice/multiservice.wsdl'.
The WSDL validator provides, as you should expect, the ability to validate WSDL documents (as of WTP 1.5.2, WSDL 1.1 documents).
This validator differs from most other WTP validators in that at its core it does not depend on Eclipse or OSGI.