You are here

8 calls to soap_server::fault() in Salesforce Suite 5.2

soap_server::invoke_method in includes/nusoap.php
* invokes a PHP function for the requested SOAP method * * The following fields are set by this function (when successful) * * methodreturn * * Note that the PHP function that is called may also set the following * fields to affect the response…
soap_server::invoke_method in includes/nusoap.orig.php
* invokes a PHP function for the requested SOAP method * * The following fields are set by this function (when successful) * * methodreturn * * Note that the PHP function that is called may also set the following * fields to affect the response…
soap_server::parseRequest in includes/nusoap.php
* processes SOAP message received from client * *
soap_server::parseRequest in includes/nusoap.orig.php
* processes SOAP message received from client * *
soap_server::parse_request in includes/nusoap.php
* parses a request * * The following fields are set by this function (when successful) * * headers * request * xml_encoding * SOAPAction * request * requestSOAP * methodURI * methodname * methodparams * requestHeaders * document * *…
soap_server::parse_request in includes/nusoap.orig.php
* parses a request * * The following fields are set by this function (when successful) * * headers * request * xml_encoding * SOAPAction * request * requestSOAP * methodURI * methodname * methodparams * requestHeaders * document * *…
soap_server::serialize_return in includes/nusoap.php
* serializes the return value from a PHP function into a full SOAP Envelope * * The following fields are set by this function (when successful) * * responseSOAP * * This sets the fault field on error * * @access private
soap_server::serialize_return in includes/nusoap.orig.php
* serializes the return value from a PHP function into a full SOAP Envelope * * The following fields are set by this function (when successful) * * responseSOAP * * This sets the fault field on error * * @access private