XSD/WSDL editors: relative import from classpath [message #637497] |
Fri, 05 November 2010 16:39  |
Eclipse User |
|
|
|
Hi,
When using relative imports in XSD/WSDL's, is it possible to have these resolved not from the actual location, but rather from the classpath.
e.g. I have 2 source folders:
src/main/xsd: containing my actual schema's
src/import/xsd: containing schema's imported from other projects
in src/main/xsd/MySchema.xsd:
<xs:import namespace="http://Common" schemaLocation="common.xsd"/>
and common.xsd will be located in src/import/xsd
Or common.xsd could also be in a jar on the classpath, or in a referenced project in the local workspace.
How do you aproach these problems when you want to split your schema's into multiple reusable artifacts?
Thank you
|
|
|
|
Powered by
FUDForum. Page generated in 0.03578 seconds