OpenCATS
OpenCATS copied to clipboard
Mass Import Resumes
I am trying to upload mass import resumes. It shows error in Step 3.
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost:8080/ats/wsdl/parse.wsdl' : failed to load external entity "http://localhost:8080/ats/
I can't proceed further..
I am trying to upload mass import resumes. It shows error in Step 3.
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost:8080/ats/wsdl/parse.wsdl' : failed to load external entity "http://localhost:8080/ats/
I can't proceed further..
Fixed By Changing below code in ParseUtility.php
$options = array( 'location' => 'wsdl/parse.wsdl', 'uri' => 'wsdl/parse.wsdl' ); $this->_client = new SoapClient(NULL, $options);
##OLD CODE $this->_client = new SoapClient($this->_wsdl);
*review for any required codebase change.