class ExtendedSoapClient extends SoapClient

Class CustomSOAPClient

Properties

protected array $xf_options

Methods

SoapClient
__construct(mixed $wsdl, mixed $options = array())

CustomSOAPClient Constructor

string|null
__doRequest(string $request, string $location, string $action, int $version, bool $one_way = false)

Executes a curl request with given params.

Details

at line 27
SoapClient __construct(mixed $wsdl, mixed $options = array())

CustomSOAPClient Constructor

Parameters

mixed $wsdl
mixed $options

Return Value

SoapClient

at line 40
string|null __doRequest(string $request, string $location, string $action, int $version, bool $one_way = false)

Executes a curl request with given params.

Parameters

string $request
string $location
string $action
int $version
bool $one_way

Return Value

string|null