Consuming a Web Service Results in Error
I tried consuming the web service in SoapUI, i am able to see the do it but when we are trying to consume a WSDL file in PeopleSoft PIA,
--- initially i got the below error -
"Integration Gateway - External System contact error (158,10721)
Integration Gateway was not able to contact the external system. The network location specified may be incorrect, or the site is permanently or temporarily down.
Failed to parse WSDL document.First operand of . is NULL, so cannot access member NodeName. (180,236) (0,0)"
-- later as suggested in Doc ID 793239.1,we have placed the schema file in web server and replaced the Schemalocation direct file to webserver URL.