Fix typo
This commit is contained in:
parent
d072c2eb5d
commit
be78c37985
@ -203,7 +203,7 @@ class WebservicesThirdpartyTest extends PHPUnit_Framework_TestCase
|
|||||||
$parameters = array('authentication'=>$authentication, 'thirdparty'=>$body);
|
$parameters = array('authentication'=>$authentication, 'thirdparty'=>$body);
|
||||||
print __METHOD__." call method ".$WS_METHOD."\n";
|
print __METHOD__." call method ".$WS_METHOD."\n";
|
||||||
try {
|
try {
|
||||||
$result = $this->soapclient->call($WS_METHOD,$parameters,$thid->ns,'');
|
$result = $this->soapclient->call($WS_METHOD,$parameters,$this->ns,'');
|
||||||
} catch(SoapFault $exception) {
|
} catch(SoapFault $exception) {
|
||||||
echo $exception;
|
echo $exception;
|
||||||
$result=0;
|
$result=0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user