Products | Versions |
---|---|
TIBCO ActiveMatrix Service Bus | - |
Not Applicable | - |
Resolution:
Yes you can you need to change this part in your wsdl file.
<xsd:schema>
<xsd:import namespace="http://eds.com/nextgen/ProviderFullFillment" schemaLocation="./ProviderFullfillmentService.xsd" />
</xsd:schema>
To
<xsd:schema>
<xsd:import namespace="http://eds.com/nextgen/ProviderFullFillment" schemaLocation="file:///C:/temp/ProviderFullfillmentService.xsd" />
</xsd:schema>
in your wsdl then you don't need to import referenced xsd's file into the SOA project.