[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: Configuration of XSD/WSDL errors in Eclipse

Thomas,

It's probably best to ask on the WTP newsgroup, though it sounds like your schemas at least are not well-defined and ought to be fixed; after all, hiding error messages doesn't make errors themselves go away...


Thomas Wiedmann wrote:
Hello,

in Eclipse 3.2.2 in xsd and wsdl files e. g. following errors are indicated:

The markup in the document following the root element must be well-formed.
WSDL: The body part does not have a type defined and has been specified for a SOAP body with its use encoded. When use is encoded on a SOAP body, all parts defined must only contain a valid type.
XSD: An element reference may only have an id, minOccurs, or maxOccurs
XSD: Attribute reference 'http://schemas.xmlsoap.org/soap/encoding/#arrayType' is unresolved
... and others


How, i. e. where can the error level of these errors be configured in Eclipse, that they are indicated either as warning only or even be ignored (such as other error cases)?
I tried to reach this by switching off all checkboxes at "WSDL Validator" and "XML Schema Validator" at the rubric Validation in Window/Preferences... - but no changes were observed, so these messages still appeared as errors.


Thomas Wiedmann