Skip to content
New issue

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

Mass Import Resumes #477

Open
rajanaga opened this issue May 7, 2020 · 2 comments
Open

Mass Import Resumes #477

rajanaga opened this issue May 7, 2020 · 2 comments
Labels
5 - Contrib Contribution proposed, needs admin

Comments

@rajanaga
Copy link

rajanaga commented May 7, 2020

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..

@rajanaga
Copy link
Author

rajanaga commented May 8, 2020

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);

@rajanaga rajanaga closed this as completed May 8, 2020
@RussH RussH reopened this Jun 9, 2020
@RussH
Copy link
Member

RussH commented Jun 9, 2020

*review for any required codebase change.

@RussH RussH added 5 - Contrib Contribution proposed, needs admin and removed Feature Request labels Sep 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Contrib Contribution proposed, needs admin
Projects
None yet
Development

No branches or pull requests

2 participants