Bonjour,
Je tente de créer un SOAP avec NuSoap (pour PHP5) sur de la syndication mais j'ai une erreur que je ne parviens pas à résoudre.
Here is my code :
And here is my error :require_once("../NuSoap/nusoap.php");
$client = new SoapClient("http://www.test.com/fichier.WSDL");
$params = array("login"=> "test");
$result = $client->call("getListing", $params);
Avez-vous une idée ? MerciFatal error: Uncaught SoapFault exception: [Client] Function ("call") is not a valid method for this service in /home/cape-tourisme.fr/www/web/getListing.php:9 Stack trace: #0 [internal function]: SoapClient->__call('call', Array) #1 /home/cape-tourisme.fr/www/web/getListing.php(9): SoapClient->call('getListing', Array, 'http://www.fair...', 'http://www.fair...') #2 {main} thrown in /home/cape-tourisme.fr/www/web/getListing.php on line 9
Partager