SoapClient Class Reference
Detailed Description
SoapClient is used to communicate with wCMF soap services.
Definition at line 20 of file SoapClient.php.
Inheritance diagram for SoapClient:
Public Member Functions | |
__construct ($wsdl, $user, $password, $options) | |
call ($method, $params=[]) | |
__doRequest ($request, $location, $action, $version, $oneway=0) | |
getDebugInfos () | |
Public Attributes | |
const | OASIS = "http://docs.oasis-open.org/wss/2004/01" |
Constructor & Destructor Documentation
◆ __construct()
__construct | ( | $wsdl, | |
$user, | |||
$password, | |||
$options | |||
) |
Constructor.
- Parameters
-
$wsdl $user $password $options
Definition at line 36 of file SoapClient.php.
Member Function Documentation
◆ call()
call | ( | $method, | |
$params = [] |
|||
) |
Call the given soap method.
- Parameters
-
$method $params (optional, default: empty array)
Definition at line 50 of file SoapClient.php.
◆ __doRequest()
__doRequest | ( | $request, | |
$location, | |||
$action, | |||
$version, | |||
$oneway = 0 |
|||
) |
Overridden in order to strip bom characters.
- See also
- SoapClient::__doRequest
Definition at line 61 of file SoapClient.php.
◆ getDebugInfos()
getDebugInfos | ( | ) |
Get informations about the last request.
Available if constructor options contain 'trace' => 1
- Returns
- String
Definition at line 102 of file SoapClient.php.
Member Data Documentation
◆ OASIS
const OASIS = "http://docs.oasis-open.org/wss/2004/01" |
Definition at line 22 of file SoapClient.php.