Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to import a XSD schema files hierarchy (=mulitple dependent XSD files)?

pstein-JavaNetJul 31 2009 — edited Oct 5 2009
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2009
Added on Jul 31 2009
6 comments
2,392 views