for the code section posted
<wsdl:import namespace=“http://localhost/EPDMPOC_ItemInfo_Pub/service/tI” location=“D:\Ajay\Guidepost\eclipse\workspace\merge4\tI.wsdl”/>
<wsdl:import namespace=“http://localhost/EPDMPOC_ItemInfo_Pub/service/tE” location=“D:\Ajay\Guidepost\eclipse\workspace\merge4\tE.wsdl”/>
copy tI.wsdl and tE.wsdl in the same directory as the wsdl that you are trying to import i.e. “EPDMPOC_ItemInfo_Pub_service.wsdl”
change the location in the code from “D:\Ajay\Guidepost\eclipse\workspace\merge4\tE.wsdl”
to
just “tE.wsdl”
and do the same for tI.wsdl.
The developer might not be able to find the full paths.
it should now look like
<wsdl:import namespace=“http://localhost/EPDMPOC_ItemInfo_Pub/service/tI” location=“tI.wsdl”/>
<wsdl:import namespace=“http://localhost/EPDMPOC_ItemInfo_Pub/service/tE” location=“tE.wsdl”/>
#soa#API-Management#webMethods