XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($faultcode, $faultactor='', $faultstring='', $faultdetail='') | |
serialize () | |
![]() | |
__construct () | |
getGlobalDebugLevel () | |
setGlobalDebugLevel ($level) | |
getDebugLevel () | |
setDebugLevel ($level) | |
debug ($string) | |
appendDebug ($string) | |
clearDebug () | |
& | getDebug () |
& | getDebugAsXMLComment () |
expandEntities ($val) | |
getError () | |
setError ($str) | |
isArraySimpleOrStruct ($val) | |
serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded', $soapval=false) | |
serializeEnvelope ($body, $headers=false, $namespaces=[], $style='rpc', $use='encoded', $encodingStyle='https://schemas.xmlsoap.org/soap/encoding/') | |
formatDump ($str) | |
contractQname ($qname) | |
expandQname ($qname) | |
getLocalPart ($str) | |
getPrefix ($str) | |
getNamespaceFromPrefix ($prefix) | |
getPrefixFromNamespace ($ns) | |
getmicrotime () | |
varDump ($data) | |
__toString () | |
Data Fields | |
$faultcode | |
$faultactor | |
$faultstring | |
$faultdetail | |
![]() | |
$title = 'NuSOAP' | |
$version = '0.9.5' | |
$revision = '$Revision: 1.123 $' | |
$error_str = '' | |
$debug_str = '' | |
$charencoding = true | |
$debugLevel | |
$XMLSchemaVersion = 'https://www.w3.org/2001/XMLSchema' | |
$soap_defencoding = 'UTF-8' | |
$namespaces | |
$usedNamespaces = [] | |
$typemap | |
$xmlEntities | |
Contains information for a SOAP fault. Mainly used for returning faults from deployed functions in a server instance.
@access public
Definition at line 1039 of file nusoap.php.
__construct | ( | $faultcode, | |
$faultactor = '', | |||
$faultstring = '', | |||
$faultdetail = '' ) |
constructor
string | $faultcode | (SOAP-ENV:Client | SOAP-ENV: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 |
Definition at line 1074 of file nusoap.php.
serialize | ( | ) |
serialize a fault
Definition at line 1089 of file nusoap.php.
$faultactor |
Definition at line 1052 of file nusoap.php.
$faultcode |
Definition at line 1046 of file nusoap.php.
$faultdetail |
Definition at line 1064 of file nusoap.php.
$faultstring |
Definition at line 1058 of file nusoap.php.