-
Notifications
You must be signed in to change notification settings - Fork 137
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
PHP SoapClient - SOAP-ERROR: Parsing WSDL: Couldn't load external entity #60
Comments
@matheo did you find an answer ? i m facing same issue |
@matheo still nothing? I'm stuck on the exact same thing... |
I'm not sure but I think it was a conflict with FOSRestBundle. Checking my git log it seems that I solved it with this line in the
|
is it decided? i m facing same issue. please, answer me someone. |
Can you please give the php version ? I had the very same problem and it was related to libxml on specific php version. |
my php version is 5.6.30 |
I am getting the same issue and my php version is: PHP Version 7.0.6-1+donate.sury.org~trusty+1 |
I am also getting same issue please give me the solution anyone |
the same issue, PHP 7.1.12-3+ubuntu14.04.1+deb.sury.org+1 |
can you use options like
? |
no effect |
are your wsdl accessible via browser ? |
no i ran via php on the the browser |
Any solution? |
Are you using Nginx or Apache Web Server? |
I also get same issue. I'm using Nginx server. |
In my case: PHP-FMP and Nginx in same server and Apache tomcat (with te web services/soap) working throw Nginx load balancer in another server (both servers with Centos 7) I dont remember the next error related with that, but I remember excecute the next line setsebool -P httpd_can_network_connect on After that, I had more problems related with external resources. In my case, Just added the directories to SELinux Hope it works bro |
Make sure there are no spaces before and after the URL and |
I also faced this same issue and i think that the url or link is blocked.Another reason may be some network issue. |
i am also getting the same error guys what is the solution for this error |
I also faced this same issue |
Hi!
First, thanks for this great stuff!
I'm a symfony 2 dev and I found this package very nice and clean. I made it work following the documentation and implemented an internal client to verify that it's ok. But I got an issue and I hope you have some light according your experience.
My partners wanted to try the service with the native PHP SoapClient but it throws this exception:
The wsdl is downloadable through browser but when the SoapClient is used:
It doesn't even reach the dev.log of symfony.
Could you help us to figure out the issue please?
Thanks :)
The text was updated successfully, but these errors were encountered: