How to import a XSD schema files hierarchy (=mulitple dependent XSD files)?
Assume I have a XSD schema file hierarchy in my local directory
D:\bpelprojects\projXSDs\proj123\*
The "main" XSD
D:\bpelprojects\projXSDs\proj123\main.xsd
imports internally other XSDs (files) from other directories. So we have a whole set of depending XSD schema files.
Now I want to import the top-most XSD main.xsd (see above) as a XSD schema for one of my BPEL process in JDeveloper. When I rightclick on "Schema" in the "Structures" pane in JDeveloper and import the main.xsd then it seems to me that the other (dependent) XSD files are NOT imported as well (or only sometimes under some circumstances). They are at least not copied to the BPEL project folder
How can I assign a hierarchy of XSD files to a WSDL otherwise WITHOUT to copy and enter them all manually and individually in the WSDL?
Peter