Class soap_fault

Description

Contains information for a SOAP fault.

Mainly used for returning faults from deployed functions in a server instance.

  • access: public
  • version: $Id: class.soap_fault.php,v 1.12 2005/07/27 19:24:42 snichol Exp $
  • author: Dietrich Ayala <dietrich@ganx4.com>

Located in /core/nusoap/lib/class.soap_fault.php (line 14)

nusoap_base
   |
   --soap_fault
Method Summary
soap_fault soap_fault (string $faultcode, [string $faultactor = ''], [string $faultstring = ''], [mixed $faultdetail = ''])
string serialize ()
Methods
Constructor soap_fault (line 48)

constructor

soap_fault soap_fault (string $faultcode, [string $faultactor = ''], [string $faultstring = ''], [mixed $faultdetail = ''])
  • string $faultcode: (client | server)
  • string $faultactor: only used when msg routed between multiple actors
  • string $faultstring: human readable error message
  • mixed $faultdetail: detail, typically a string or array of string
serialize (line 62)

serialize a fault

  • return: The serialization of the fault instance.
  • access: public
string serialize ()

Documentation generated on Tue, 4 Oct 2005 21:58:54 -0700 by phpDocumentor 1.3.0RC3