La classe SoapServer

(PHP 5, PHP 7, PHP 8)

Introduction

La classe SoapServer fournit un serveur pour les protocoles » SOAP 1.1 et » SOAP 1.2. Il peut être utilisé avec ou sans le service de description WSDL.

Synopsis de la classe

class SoapServer {
/* Propriétés */
private ?SoapFault $__soap_fault = null;
/* Méthodes */
public __construct(?string $wsdl, array $options = [])
public addFunction(array|string|int $functions): void
public addSoapHeader(SoapHeader $header): void
public fault(
    string $code,
    string $string,
    string $actor = "",
    mixed $details = null,
    string $name = ""
): void
public getFunctions(): array
public handle(?string $request = null): void
public setClass(string $class, mixed ...$args): void
public setObject(object $object): void
public setPersistence(int $mode): void
}

Propriétés

service

__soap_fault

Sommaire