Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Imported schema not resolved in wsdl
Imported schema not resolved in wsdl [message #583144] Thu, 29 January 2004 14:19
No real name is currently offline No real nameFriend
Messages: 121
Registered: July 2009
Senior Member
Hello,

I am trying to produce a genmodel from wsdl using the latest emf/xsd
release and am receiving an unexpected error.

I try to create a model using :
New > EMF Models > Load from XML Schema

Specifying my wsdl file as input, I receive the following error:

Problems were detected while validating and converting the XML Schemas
Warning: XSD: The location 'http://schemas.xmlsoap.org/abc' has not
been resolved : URI platform:/resource/myproject/xsd/abc.wsdl Line 46
Column 10

The offending statement is the xs:import shown below with URI's obfuscated:

<wsdl:types>
<xs:schema>
<xs:import namespace="http://schemas.xmlsoap.org/abc"
schemaLocation="http://schemas.xmlsoap.org/abc"/>
</xs:schema>
</wsdl:types>

With a web browser, I am indeed able to retrieve the troublesome schema,
so I am sure the spec is OK. When then the error message, "location ..
has not been resolved"?

The eclipse log contains no related entries.
Eclipse is started with :
-Djava.endorsed.dirs=plugins/org.apache.xerces_4.0.13

My versions:
java.fullversion=J2RE 1.4.0 IBM Windows 32 build cn140-20020902
Eclipse: 3.0.0 Build id: 200401281649
EMF 2.0 20040127_1738SL
XSD 2.0 20040127_1738SL


What am I overlooking?

Thanks, chris
Previous Topic:Annoucement: EMF and XSD CVS Repositories
Next Topic:Redefinitions
Goto Forum:
  


Current Time: Fri Apr 26 18:02:12 GMT 2024

Powered by FUDForum. Page generated in 0.03126 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top