Methods
SoapClient()
SoapClient()
inherited_from |
SoapClient::SoapClient() |
__call()
__call()
inherited_from |
SoapClient::__call() |
Common Soap Client constructor
__construct(\Zend\Soap\Client\callable $doRequestCallback, string $wsdl, array $options)
Parameters
$doRequestCallback
\Zend\Soap\Client\callable
$wsdl
string
$options
array
Performs SOAP request over HTTP.
__doRequest(string $request, string $location, string $action, int $version, int $oneWay) : mixed
Overridden to implement different transport layers, perform additional
XML processing or other purpose.
Parameters
$request
string
$location
string
$action
string
$version
int
$oneWay
int
Returns
mixed
__getFunctions()
__getFunctions()
inherited_from |
SoapClient::__getFunctions() |
__getLastRequest()
__getLastRequest()
inherited_from |
SoapClient::__getLastRequest() |
__getLastResponse()
__getLastResponse()
inherited_from |
SoapClient::__getLastResponse() |
__getTypes()
__getTypes()
inherited_from |
SoapClient::__getTypes() |
__setCookie()
__setCookie()
inherited_from |
SoapClient::__setCookie() |
__setLocation()
__setLocation()
inherited_from |
SoapClient::__setLocation() |
__soapCall()
__soapCall()
inherited_from |
SoapClient::__soapCall() |
Properties
doRequest() pre-processing method
$doRequestCallback : \Zend\Soap\Client\callable