class SoapClient extends SoapClient implements WsClientInterface

Class SoapClient.

Methods

__construct(string $wsdl = '', array $parameters = [])

SoapClient constructor.

setCredentials(string|null $user, string|null $password)

No description

setService(string|null $url)

Set Url of Service.

mixed
call(string $function, mixed $arguments)

No description

Details

at line 29
__construct(string $wsdl = '', array $parameters = [])

SoapClient constructor.

Parameters

string $wsdl Url of WSDL
array $parameters Soap's parameters

Exceptions

SoapFault

at line 53
setCredentials(string|null $user, string|null $password)

Parameters

string|null $user
string|null $password

at line 63
setService(string|null $url)

Set Url of Service.

Parameters

string|null $url

at line 74
mixed call(string $function, mixed $arguments)

Parameters

string $function
mixed $arguments

Return Value

mixed

Exceptions

SoapFault