Nouvelle méthode de validation des WSDL
This commit is contained in:
parent
f0733bd671
commit
7ba9c4048c
|
@ -107,7 +107,6 @@ class WsdlDownloader
|
||||||
|
|
||||||
if (!$doc) {
|
if (!$doc) {
|
||||||
$errors = libxml_get_errors();
|
$errors = libxml_get_errors();
|
||||||
dump($errors);
|
|
||||||
|
|
||||||
if (count($errors)) {
|
if (count($errors)) {
|
||||||
throw new \Exception('There is something wrong with the WSDL file formatting. The file can\'t be downloaded to be cached.');
|
throw new \Exception('There is something wrong with the WSDL file formatting. The file can\'t be downloaded to be cached.');
|
||||||
|
|
Loading…
Reference in New Issue