1C-Bitrix 25.700.0
|
Открытые члены | |
__construct ( $server, $path='/', $port=80) | |
send ( $request) | |
setTimeout ( $timeout) | |
setLogin ( $login) | |
getRawRequest () | |
getRawResponse () | |
login () | |
setPassword ( $password) | |
password () |
Поля данных | |
$Server | |
The name or IP of the server to communicate with. | |
$Path | |
The path to the SOAP server. | |
$Port | |
The port of the server to communicate with. | |
$Timeout = 0 | |
How long to wait for the call. | |
$Login | |
HTTP login for HTTP authentification. | |
$Password | |
HTTP password for HTTP authentification. | |
$SOAPRawRequest | |
$SOAPRawResponse |
См. определение в файле soapclient.php строка 3
__construct | ( | $server, | |
$path = '/', | |||
$port = 80 ) |
См. определение в файле soapclient.php строка 21
getRawRequest | ( | ) |
См. определение в файле soapclient.php строка 134
getRawResponse | ( | ) |
См. определение в файле soapclient.php строка 139
login | ( | ) |
См. определение в файле soapclient.php строка 144
password | ( | ) |
См. определение в файле soapclient.php строка 154
send | ( | $request | ) |
Sends a SOAP message and returns the response object.
См. определение в файле soapclient.php строка 39
setLogin | ( | $login | ) |
См. определение в файле soapclient.php строка 129
setPassword | ( | $password | ) |
См. определение в файле soapclient.php строка 149
setTimeout | ( | $timeout | ) |
См. определение в файле soapclient.php строка 124
$Login |
HTTP login for HTTP authentification.
См. определение в файле soapclient.php строка 14
$Password |
HTTP password for HTTP authentification.
См. определение в файле soapclient.php строка 16
$Path |
The path to the SOAP server.
См. определение в файле soapclient.php строка 8
$Port |
The port of the server to communicate with.
См. определение в файле soapclient.php строка 10
$Server |
The name or IP of the server to communicate with.
См. определение в файле soapclient.php строка 6
$SOAPRawRequest |
См. определение в файле soapclient.php строка 18
$SOAPRawResponse |
См. определение в файле soapclient.php строка 19
$Timeout = 0 |
How long to wait for the call.
См. определение в файле soapclient.php строка 12