importing WSDL from ISG to jdeveloper
All,
EBS Version: 12.2.4
From ISG responsibiliy (with admin permission), for Business service object (BSO) interface type I generated WSDL for 'PO CREATE'. WSDL generated successfully and it has the following xsd 'import'
<xsd:import namespace="http://xmlns.oracle.com/apps/po/service" schemaLocation="xsd/PurchaseOrderService.xsd"/>
<xsd:import namespace="http://xmlns.oracle.com/isg/servicefault" schemaLocation="xsd/ISGServiceFault.xsd"/>
If I have to import the WSDL to jdev, it expects to keep the above XSD's under xsd folder. How do I get the XSD's from ISG? Please suggest
Thanks
sen