SoapFault::SoapFaultSoapFault constructor Description
SoapFault::SoapFault
( string
$faultcode
, string $faultstring
[, string $faultactor
[, string $detail
[, string $faultname
[, string $headerfault
]]]] )
This class is used to send SOAP fault responses from the PHP handler.
Parameters
Examples
Example #1 Some examples
<?php It is possible to use PHP exception mechanism to throw SOAP Fault.
Example #2 Some examples
<?php See Also
|