The SoapServer class
Введение
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
{
public void fault
( string $code
, string $string
[, string $actor
[, string $details
[, string $name
]]] )
public void handle
([ string $soap_request
] )
public void setClass
( string $class_name
[, string $args
] )
}
Содержание
|
|