(No version information available, might only be in SVN)
Introduction
The SoapClient class provides a client for » SOAP 1.1, » SOAP 1.2 servers. It can be used in WSDL
or non-WSDL mode.
Class synopsis
SoapClient
{
public mixed __call
(
string $function_name
,
string $arguments
)
public string __doRequest
(
string $request
,
string $location
,
string $action
,
int $version
[,
int $one_way = 0
] )
public void __setCookie
(
string $name
[,
string $value
] )
public mixed __soapCall
(
string $function_name
,
array $arguments
[,
array $options
[,
mixed $input_headers
[,
array &$output_headers
]]] )
}