![]() | CL. SOAP FunctionsIntroduzioneThe SOAP extension can be used to write SOAP Servers and Clients. It supports subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications. RequisitiThis extension makes use of the GNOME xml library. Download and install this library. You will need at least libxml-2.5.4. InstallazioneThis extension is only available if PHP was configured with --enable-soap. Configurazione di RuntimeIl comportamento di queste funzioni è influenzato dalle impostazioni di php.ini.
Tabella 1. SOAP Configuration Options
Breve descrizione dei parametri di configurazione.
Classi predefiniteSoapClientCostruttori
Metodi
SoapFaultCostruttori
SoapHeaderSoapHeader is a special low-level class for passing or returning SOAP headers. It's just a data holder and it does not have any special methods except its constructor. It can be used in the SoapClient->__soapCall() method to pass a SOAP header or in a SOAP header handler to return the header in a SOAP response. Costruttori
SoapParamSoapParam is a special low-level class for naming parameters and returning values in non-WSDL mode. It's just a data holder and it does not have any special methods except its constructor. Costruttori
SoapServerCostruttori
Metodi
SoapVarSoapVar is a special low-level class for encoding parameters and returning values in non-WSDL mode. It's just a data holder and does not have any special methods except the constructor. It's useful when you want to set the type property in SOAP request or response. Costruttori
Costanti predefiniteQueste costanti sono definite da questa estensione e sono disponibili solo se l'estensione è stata compilata nel PHP o se è stata caricata dinamicamente a runtime.
| ![]() | ||||||||||||||||