Warning |
This function is EXPERIMENTAL. That means, that the behaviour of this function, the function name, in concreto ANYTHING documented here can change in a future release of this package WITHOUT NOTICE. Be warned, and use this function at your own risk. |
This is the constructor of the SoapServer Object.
Currently the server doesn't validate requests against urn, it eventually will.
Example 1. Note: you will need this line to your php.ini file.
|
Note: This requirement will be removed in future versions
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.
Example 2. SoapObject() example
|