|
|
soap_fault
nusoap_base | +-- soap_fault
|
public class soap_fault extends nusoap_base
soap_fault class, allows for creation of faults
mainly used for returning faults from deployed functions
in a server instance.
|
|
|
Methods inherited from nusoap_base |
nusoap_base, debug, geterror, seterror, serialize_val, serializeenvelope, soapclient, call, getoperationdata, send, parseresponse, setheaders, getheaders, sethttpproxy, setcredentials, getproxy, soapval, decode, soap_parser, start_element, end_element, character_data, get_response, decode_entities, buildval, buildsoapval, soap_transport_http, setsoapaction, setproxy, sendhttps, soap_server, service, parse_request, verify_method, add_to_map, register, fault, webdescription, configurewsdl, xmlschema, parsefile, parsestring, schemastartelement, schemaendelement, schemacharacterdata, serializeschema, expandqname, xdebug, getphptype, getlocalpart, getprefix, getnamespacefromprefix, getprefixfromnamespace, gettypedef, serializetypedef, typetoform, wsdl, parsewsdl, getoperations, serializerpcparameters, serializetype, timestamp_to_iso8601, iso8601_to_timestamp, formatdump, lib_bwcheck, makeobj, b_writeit, popup, popout, getbindingdata, getmessagedata |
|
|
Fields inherited from nusoap_base |
$soap_defencoding, $namespaces, $typemap, $xmlentities, $fault, $title, $version, $error_str, $username, $password, $requestheaders, $responseheaders, $endpoint, $portname, $url, $operations, $headers, $request, $xml_encoding, $result |
|
|
|
Public Method Details |
soap_fault |
public void soap_fault(string $faultcode, string $faultactor, [ string $faultstring, string $faultdetail ])
|
|
constructor
Warning: documentation is missing.
|
Parameter |
|
|
|
string |
$faultactor |
|
|
(client | server) |
|
|
string |
$faultstring |
= >>''<< |
|
|
|
|
string |
$faultdetail |
= >>''<< |
|
|
|
Returns |
void |
|
serialize |
public void serialize()
|
|
serialize a fault
Warning: documentation is missing.
|
Returns |
void |
|
|
|
|
|
PHPDoc 1.0beta |