|
|
@ -54,11 +54,9 @@ $server = new soap_server(); |
|
|
|
// Initialize WSDL support |
|
|
|
// Initialize WSDL support |
|
|
|
$server->configureWSDL('WSRegistration', 'urn:WSRegistration'); |
|
|
|
$server->configureWSDL('WSRegistration', 'urn:WSRegistration'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Register WSCreateUsers function */ |
|
|
|
/* Register WSCreateUsers function */ |
|
|
|
// Register the data structures used by the service |
|
|
|
// Register the data structures used by the service |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Prepare input params |
|
|
|
// Prepare input params |
|
|
|
$server->wsdl->addComplexType( |
|
|
|
$server->wsdl->addComplexType( |
|
|
|
'extras', |
|
|
|
'extras', |
|
|
|