web services - works in soapUI failing in php Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:
Get the solution ↓↓↓
The wsdl url is accessible via browser and is tested working using SOAPUI. But php is giving error
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from
$wsdl = "https://xxxx.svc?wsdl";
$client = new SoapClient($wsdl);
php.ini has all these settings enabled
allow_url_fopen = On, extension=soap, default_socket_timeout = 300
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: uncaught mysqli_sql_exception
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.

