PEAR Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Warnung |
Diese Funktion ist EXPERIMENTELL. Das bedeutet, dass sich das Verhalten der Funktion, ihr Name, und ALLES andere, das hier dokumentiert ist, in zukünftigen Versions des Pakets OHNE WARNUNG ändern kann. Seien Sie gewarnt und nutzen Sie das Paket auf eigenes Risiko. |
This is the constructor of the SoapServer Object.
Currently the server doesn't validate requests against urn, it eventually will.
Beispiel 1. Note: you will need this line to your php.ini file.
|
Dont forget that no spaces or HTML are allowed before the >?php tags. otherwise output will begin before the server return data, hence confusing SOAP clients.
Parameters:
$urn -- name of the urn for the SoapServer.
Beispiel 2. SoapObject() example
|
Zurück | Zum Anfang | Nach vorne |
SoapObject::__getFault | Nach oben | SoapObject::handle |