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 {
/* Methoden */
void SoapServer::addFunction ( mixed $functions )
public void SoapServer::addSoapHeader ( SoapHeader $object )
public void SoapServer::fault ( string $code , string $string [, string $actor [, string $details [, string $name ]]] )
array getFunctions ( void )
void handle ([ string $soap_request ] )
void setClass ( string $class_name [, mixed $args [, mixed $... ]] )
public void SoapServer::setObject ( string $object )
void setPersistence ( int $mode )
SoapServer::SoapServer ( mixed $wsdl [, array $options ] )
}

Inhaltsverzeichnis


SOAP
PHP Manual