Erro fatal: exceção SoapFault não capturada: [WSDL] ERRO SOAP: análise de WSDL: não foi possível carregar de

Estou fazendo alguns exercícios SOAP

Mas eu não consigo fazer isso funcionar no WAMP.

Erro que estou recebendo é:

Erro fatal: exceção SoapFault não capturada: [WSDL] ERRO SOAP: análise de WSDL: não foi possível carregar de 'https://www.creditsafe.fr/getdata/service/CSFRServices.asmx?WSDL:8080': falha ao carregar entidade externa "https://www.creditsafe.fr/getdata/service/CSFRServices.asmx?WSDL:8080"em C: \ wamp \ www \ GESTION \ add_debiteur.php: 128 Rastreio de pilha: # 0 C: \ wamp \ www \ GESTION \ add_debiteur.php (128): SoapClient-> SoapClient ('https: //www.cre... ') # 1 C: \ wamp \ www \ GESTION \ index.php (1360): incluir (' C: \ wamp \ www \ GES ... ') # 2 {main} lançado em C: \ wamp \ www \ GESTION \ add_debiteur.php na linha 128

$client = new SoapClient("http://footballpool.dataaccess.eu/data/info.wso?WSDL");
$wsdl = "https://www.creditsafe.fr/getdata/service/CSFRServices.asmx?WSDL";
$client = new SoapClient($wsdl);

O Google não sabe a resposta. Qualquer sugestão muito apreciada.

questionAnswers(4)

yourAnswerToTheQuestion