|
|
soap_transport_http
nusoap_base | +-- soap_transport_http
|
public class soap_transport_http extends nusoap_base
NOTE: PHP must be compiled with the CURL extension for HTTPS support HTTPS support is experimental!
|
|
|
|
|
|
|
Public Method Details |
soap_transport_http |
public void soap_transport_http( $url)
|
|
|
Parameter |
|
|
$url |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
setCredentials |
public void setCredentials(string $user, string $pass)
|
|
|
Parameter |
|
|
|
|
Returns |
void |
|
setSOAPAction |
public void setSOAPAction(string $soapaction)
|
|
|
Parameter |
|
|
Returns |
void |
|
setProxy |
public void setProxy(string $proxyhost, string $proxyport)
|
|
|
Parameter |
|
|
|
|
Returns |
void |
|
send |
public string send(string $data, [ integer $timeout ])
|
|
|
Parameter |
|
string |
$data |
|
|
message data |
|
|
integer |
$timeout |
= >>0<< |
|
set timeout in seconds |
|
Returns |
string data |
|
sendHTTPS |
public string sendHTTPS(string $data, [ integer $timeout ])
|
|
|
Parameter |
|
string |
$data |
|
|
message data |
|
|
integer |
$timeout |
= >>0<< |
|
set timeout in seconds |
|
Returns |
string data |
|
|
Private Field Details |
$username |
private unknown $username
>> <<
|
|
$password |
private unknown $password
>> <<
|
|
$url |
private unknown $url
>> <<
|
|
|
|
|
Generated on Mon, 22 Apr 2002 16:07:52 -0700 by PHPDoc v1.5 www.phpdoc.de
|