SOAP
PHP Manual

The SoapServer class

Einführung

The SoapServer class provides a server for the » SOAP 1.1 and » SOAP 1.2 protocols. It can be used with or without a WSDL service description.

Klassenbeschreibung

SoapServer
SoapServer {
/* Methods */
void addFunction ( mixed $functions )
public void addSoapHeader ( string $object )
void fault ( string $code , string $string [, string $actor [, mixed $details [, string $name ]]] )
array getFunctions ( void )
void handle ([ string $soap_request ] )
void setClass ( string $class_name [, mixed $args [, mixed $... ]] )
public void setObject ( string $object )
void setPersistence ( int $mode )
SoapServer ( mixed $wsdl [, array $options ] )
}

Inhaltsverzeichnis


SOAP
PHP Manual