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!

ESB and XSD from another schema

437985Nov 9 2006 — edited Nov 13 2006
Hi all

I have an ESB project with a Routing Service. This Routing Service is based in a WSDL file that I have previously created manually.
The WSDL references a XSD file that is located in another project under the same application:

<types>
<xsd:schema>
<xsd:import schemaLocation="../../Schemas/Siad.xsd"
namespace="http://www.prodemge.gov.br/ns/Siad"/>
</xsd:schema>
</types>

This is because my idea is to create a separate project only for XSDs, so when I need to create a XSD that references another XSDs, I don't need to make local copies on projects, avoiding redundancy.

My question is how to make this external XSD be deployed with the other files of the ESB project.

So far a noted that ESB projects only deploy files local do the project directory.

thanks

Denis
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2006
Added on Nov 9 2006
1 comment
478 views