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!

MDS exception during SOA composite deployment

User_MME5MFeb 1 2017 — edited Feb 1 2017

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2017
Added on Feb 1 2017
1 comment
773 views