Dear all,
I have an issue with WSDL which refers a XSD . This XSD refers to an another XSD.
I imported WDL and XSD file in the External defintion with the same name referred in WSDL.
WSDL File External Reference has XSD 1
And XSD 1 has External reference as XSD 2
WSDL Defintion
XSD 1 Definition
IR
WSDL
What I tried .
<xs:import namespace="http://mercury.com/ppm/dm/1.0" schemaLocation="itg_demand_0.xsd" />
<xs:import namespace="http://mercury.com/ppm/dm/1.0" schemaLocation="itg_demand_1.xsd" />
I would like to see the complete structure in WSDL so that i can map the fields in MM.
Please suggest