SOAPCLIENT(3) 1 SOAPCLIENT(3)
The SoapClient class
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
SoapClient
Methods
o public mixed SoapClient::__call (string $function_name, string $arguments)
o public SoapClient::SoapClient (mixed $wsdl, [array $options])
o public string SoapClient::__doRequest (string $request, string $location, string $action, int $version, [int $one_way])
o public array SoapClient::__getFunctions (void )
o public string SoapClient::__getLastRequest (void )
o public string SoapClient::__getLastRequestHeaders (void )
o public string SoapClient::__getLastResponse (void )
o public string SoapClient::__getLastResponseHeaders (void )
o public array SoapClient::__getTypes (void )
o public void SoapClient::__setCookie (string $name, [string $value])
o public string SoapClient::__setLocation ([string $new_location])
o public bool SoapClient::__setSoapHeaders ([mixed $soapheaders])
o public mixed SoapClient::__soapCall (string $function_name, array $arguments, [array $options], [mixed $input_headers], [array
&$output_headers])
o public SoapClient::SoapClient (mixed $wsdl, [array $options])
PHP Documentation Group SOAPCLIENT(3)