Lines Matching refs:fault
153 } catch (SoapFault $fault) {
155 echo "<pre>$fault</pre>\n";
157 echo "$fault\n";
371 $endpoint_info['client']->wsdl->fault = $ex;
377 if ($soap->wsdl->fault) {
378 $fault = $soap->wsdl->fault;
380 $fault->faultstring."\n\n".$fault->detail,
381 $fault->faultstring,
382 $fault
387 $fault = new SoapFault('WSDL',"no WSDL defined for $endpoint");
389 $fault->faultstring,
390 $fault->faultstring,
391 $fault
489 … $fault = new SoapFault('HEADER','The returned result did not match what we expected to receive');
490 $soap_test->setResult(0,$fault->faultcode,
492 $fault->faultstring,
493 $fault
500 … $fault = new SoapFault('RESULT','The returned result did not match what we expected to receive');
501 $soap_test->setResult(0,$fault->faultcode,
503 $fault->faultstring,
504 $fault
508 $fault = $return;
514 $res =$fault->faultcode;
526 $soap_test->setResult($ok,$res, $wire,$fault->faultstring, $fault);
576 $soap_test->setResult(0,$fault->faultcode, '',
592 $soap_test->setResult(0,$fault->faultcode, '',
749 foreach ($faults as $fault) {
750 echo '<li>'.HTMLSpecialChars($fault)."</li>\n";