SOAPSERVER(3) 1 SOAPSERVER(3)
The SoapServer class
INTRODUCTION
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.
CLASS SYNOPSIS
SoapServer
SoapServer
Methods
o public void SoapServer::addFunction (mixed $functions)
o public void SoapServer::addSoapHeader (SoapHeader $object)
o public SoapServer::__construct (mixed $wsdl, [array $options])
o public void SoapServer::fault (string $code, string $string, [string $actor], [string $details], [string $name])
o public array SoapServer::getFunctions (void )
o public void SoapServer::handle ([string $soap_request])
o public void SoapServer::setClass (string $class_name, [mixed $args], [mixed $...])
o public void SoapServer::setObject (object $object)
o public void SoapServer::setPersistence (int $mode)
o public SoapServer::SoapServer (mixed $wsdl, [array $options])
PHP Documentation Group SOAPSERVER(3)