ESB and XSD from another schema
437985Nov 9 2006 — edited Nov 13 2006Hi 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