(PHP 5, PHP 7, PHP 8)
The SoapClient class provides a client for » SOAP 1.1, » SOAP 1.2 servers. It can be used in WSDL or non-WSDL mode.
$request
, string $location
, string $action
, int $version
, bool $oneWay = false
) : string|null$name
, array $args
, array|null $options = null
, SoapHeader|array|null $inputHeaders = null
, array &$outputHeaders = null
) : mixed