How to access external XSD in OSB
Hi All,
We are getting the below error,
"The dependency mapping is not configured in WSDL resource"
when we try to reference the external xsd in our wsdl in the below format.
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="<NameSpace>" schemaLocation="http://<hostname>:<port>/soa-infra/services/common/ComnErrorHandlingProcess/apps/Common/xmllib/common/error/xsd/ComnErrorStructure.xsd"/>
</xsd:schema>
Kindly do let me know how to access an external XSD in OSB services, that is present in the SOA server?
Thanks in advance.
Regards,
Balaji R