Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
One of the reasons could be:
In your WSDL types/Schema if you have an import statement
<types>
<xs:schema targetNamespace="http://new.webservice.namespace">
<xs:import namespace="http://fault.webservices.isb.com" schemaLocation="./schemas/fault.xsd"/>
....
– When we create an EAR file containing process that is using above WSDL – this imported XSD (which is fault.xsd in this case) is not added in to EAR.
In this case, you need to manually add these schemas to the Shared Resources of the project archive before you build the EAR file.
Keywords:- Deployment, shared resources, import schema