This commit is contained in:
Raphaël Doursenaud 2018-05-23 11:37:12 +02:00
parent d072c2eb5d
commit be78c37985
No known key found for this signature in database
GPG Key ID: 6992A63407576955

View File

@ -203,7 +203,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
$parameters = array('authentication'=>$authentication, 'thirdparty'=>$body);
print __METHOD__." call method ".$WS_METHOD."\n";
try {
$result = $this->soapclient->call($WS_METHOD,$parameters,$thid->ns,'');
$result = $this->soapclient->call($WS_METHOD,$parameters,$this->ns,'');
} catch(SoapFault $exception) {
echo $exception;
$result=0;