We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
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);
Sorry, something went wrong.
*review for any required codebase change.
No branches or pull requests
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..
The text was updated successfully, but these errors were encountered: