PHP SOAP Functions
EditRocket provides the following information on SOAP functions in the PHP source code builder.
bool is_soap_fault ( mixed $obj ) - This function is useful when you like to check if the SOAP call failed, but don't like to use exceptions. To use it you must create a SoapClient object with the exceptions option set to zero or FALSE. In this case, the SOAP method will return a special SoapFault object which encapsulates the fault details (faultcode, faultstring, faultactor and faultdetails).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
bool use_soap_error_handler ([ bool $handler ] ) -