Hi All - I have a composite which has multiple MDS references inside the composite. MDS is configured correctly. Composite deployment works fine for all the MDS locations inside the composite.xml except for MDS WSDL reference in the import namespace which has in turn a XSD reference. Something like below. This WSDL has another XSD reference inside the WSDL. This same composite has been deployed in other environments and its working fine there. I'm trying to deploy the same in my local weblogic environment.
within composite.xml -- > <import namespace="http://xmlns.abc.com/" location="oramds:/apps/ApprovalService.wsdl" importType="wsdl"/>
within ApprovalService.wsdl -- > <import namespace="http://xmlns.abc.com" schemaLocation="ApprovalService.xsd"/> (This xsd file is also exists on MDS in the same location as WSDL file)
Composite.xml has other MDS references like error handler and other WSDL which doesn't have internal XSD reference.
Please provide any ideas ?
Thanks.
Ram