Search Results
The SoapFault class
- SoapServer
The SoapServer class Introduction ¶ The SoapServer class...
- Exception
Introduction ¶ Exception is the base class for all user...
- Throwable
Table of Contents ¶ Throwable::getMessage — Gets the message...
- SoapVar
The SoapVar class
- SoapClient
The SoapClient class
- SoapServer
Class synopsis classSoapFaultextends Exception { /* Properties */ publicstring $ faultstring; public?string $ faultcode = null; public?string $ faultcodens = null; public?string $ faultactor = null; public mixed $ detail = null; public?string $ _name = null; public mixed $ headerfault = null; /* Inherited properties */ protectedstring $ message = "";
Table of Contents SoapFault::__construct — SoapFault constructor SoapFault::SoapFault — SoapFault constructor SoapFault::__toString — Obtain a string representation of a SoapFault
SoapFault ( string $faultcode , string $faultstring [, string $faultactor [, string $detail [, string $faultname [, string $headerfault ]]]] ) public __toString ( ) : string
Class Abstraction Class Constants ClassName::class Closure (class) Closure::__construct Closure::bind Closure::bindTo Closure::call Closure::fromCallable Comments Comparing Objects Comparing generators with Iterator objects Comparison of floating point numbers Constants Constructors and Destructors Covariance and Contravariance Declaring ...
The example SOAPFaultTest.java, based on the code fragments in the sections Creating and Populating a SOAPFault Object and Retrieving Fault Information, creates a message that has a SOAPFault object.
This section explains the structure of SOAP fault messages with a sample message for better understanding.
