 |
ClassSoapServer
|
 |
| |
Description:
|
|
| |
This is the PHP-SOAP server object.
|
|
| |
Methods:
|
|
| |
SoapServer() -- constructor for SoapServer object. |
| |
handle() -- handles a SOAP request |
| |
setClass() -- This function will bind a existing PHP class to the created SoapServer. |
| |
setPersistence() -- sets the persistence of the created soap object |
| |
addFunction() -- Adds to the functions currently available to the server |
| |
bind() -- This function binds a SoapServer to a wsdl. |