C
C
CatCotCod2020-09-04 10:28:14
PHP
CatCotCod, 2020-09-04 10:28:14

What is the error when trying to request a WEB service?

This error is haunting:
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from '//********?wsdl' : failed to load external entity "/** ******?wsdl?wsdl" in C:\Install\OpenServer\domains\localhost\fpdf.php:49 Stack trace: #0 C:\Install\OpenServer\domains\localhost\fpdf.php(49) : SoapClient->SoapClient('//********...', Array) #1 {main} thrown in

C :\Install\OpenServer\domains\localhost\fpdf.php on line 49 could be a problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Toropov, 2020-09-04
@CatCotCod

Error connecting to resource.
It is necessary to check whether the address to which you are connecting is exactly available (authorization or something else may be required).
And also look at the PHP settings in the php.ini file
. Extensions must be enabled:

extension=php_soap.dll;
extension=php_openssl.dll;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question