[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools] WSDL Parser error
|
Hello all,
I have a WSDL file with some inline schemas lets name them A and B.
the schema A refers to some components in schema B and it doesnt have any
import statement for B. This is a valid WSDL as per the specification and
i dont get any errors when i validate this with Altova XML spy and some
more validators.
The validator in eclipse shows this as an invalid schema.
But when i get the model for this WSDL using WSDLResourceImpl and then
check the schemas the components are resolved and i can see the components
of schema B getting resolved in schema A. but when i call validate on the
EMF models of the schema it gives me the validation errors that the
components
cannot be resolved.
Thanks and regards,
Keshav Veerapaneni.