[Web Service] DTD are not supported by SOAP
Salut à tous ;
J'ai un petit script wsdl qui marche parfaitement en local mais pas en prod
en effet en prod j'ai l'erreur suivante
Code:
Uncaught SoapFault exception: [Client] DTD are not supported by SOAP
j'ai mis cet erreur sur google http://algorytmy.pl/doc/php/ref.soap.php ils disent :
Code:
For anyone wondering why they are getting a "DTD are not supported by SOAP" fault string. It is because you are probably being returned an HTML page due to an internal server error, 404, etc.
mais l'url du fichier wsdl pointe bien sur le fichier désiré et SoapClient->__getLastResponse ne retourne aucune erreur :aie:
Merci d'avance ;)