[Web Service] Erreur WSDL, SOAP-ERROR: Parsing WSDL
Bonjour ,
je travaille sur le web service en php mais quand je lance mon client php sur mon ordinateur , j' ai cette erreur:
Code:
1 2 3 4 5
|
Warning: SoapClient::SoapClient(http://localhost/ServiceWeb/Etudiant.wsdl) [function.SoapClient-SoapClient]: failed to open stream: HTTP request failed! in C:\wamp\www\ServiceWeb\Etudiant_01.php on line 17
Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]: I/O warning : failed to load external entity "http://localhost/ServiceWeb/Etudiant.wsdl" in C:\wamp\www\ServiceWeb\Etudiant_01.php on line 17
Code erreur : WSDL, SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost/ServiceWeb/Etudiant.wsdl' |
alors que sur l'odinateur d' un ami ça marche . Et pourtant toutes les extensions qui sont activées sur la machine de mon ami sont aussi activées chez moi.
la liste des extensions activées est:
Code:
1 2 3 4 5 6 7 8 9 10 11 12
|
php_apc
php_curl
php_gd2
php_mbstring
php_mscrypt
php_mysql
php_mysqli
php_pdo
php_pdo_mysql
php_soap
php_sqlite |
merci d'avance.