(PHP 5 >= 5.0.1, PHP 7)
SoapServer constructor
public SoapServer::SoapServer ( mixed $wsdl [, array $options ] )
This constructor allows the creation of SoapServer objects in WSDL or non-WSDL mode.
Parameters:
wsdl
To use the SoapServer in WSDL mode, pass the URI of a WSDL file. Otherwise, pass NULL and set the uri option to the target namespace for the server.