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=array()) | |
| __doRequest ($request, $location, $action, $version, $one_way=0) | |
| getDebugInfos () | |
Public Attributes | |
| const | OASIS = "http://docs.oasis-open.org/wss/2004/01" |
Constructor & Destructor Documentation
| __construct | ( | $wsdl, | |
| $user, | |||
| $password, | |||
| $options | |||
| ) |
Constructor.
- Parameters
-
$wsdl $user $password $options
Definition at line 36 of file SoapClient.php.
Member Function Documentation
| call | ( | $method, | |
$params = array() |
|||
| ) |
Call the given soap method.
- Parameters
-
$method $params (optional, default: empty array)
Definition at line 50 of file SoapClient.php.
| __doRequest | ( | $request, | |
| $location, | |||
| $action, | |||
| $version, | |||
$one_way = 0 |
|||
| ) |
Overridden in order to strip bom characters.
- See also
- SoapClient::__doRequest
Definition at line 61 of file SoapClient.php.
| getDebugInfos | ( | ) |
Get informations about the last request.
Available if constructor options contain 'trace' => 1
- Returns
- String
Definition at line 103 of file SoapClient.php.
Member Data Documentation
| const OASIS = "http://docs.oasis-open.org/wss/2004/01" |
Definition at line 22 of file SoapClient.php.