Fix: Missing return code

This commit is contained in:
Laurent Destailleur 2010-12-19 11:49:37 +00:00
parent 00eee13358
commit 81342b1287
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ if (empty($conf->global->MAIN_MODULE_WEBSERVICES))
// Create the soap Object
$server = new nusoap_server();
$server->soap_defencoding='UTF-8';
$ns='http://www.dolibarr.org/ns';
$ns='http://www.dolibarr.org/ns/';
$server->configureWSDL('WebServicesDolibarrInvoice',$ns);
$server->wsdl->schemaTargetNamespace=$ns;

View File

@ -46,7 +46,7 @@ if (empty($conf->global->MAIN_MODULE_WEBSERVICES))
// Create the soap Object
$server = new nusoap_server();
$server->soap_defencoding='UTF-8';
$ns='http://www.dolibarr.org/ns';
$ns='http://www.dolibarr.org/ns/';
$server->configureWSDL('WebServicesDolibarrOther',$ns);
$server->wsdl->schemaTargetNamespace=$ns;

View File

@ -46,7 +46,7 @@ if (empty($conf->global->MAIN_MODULE_WEBSERVICES))
// Create the soap Object
$server = new nusoap_server();
$server->soap_defencoding='UTF-8';
$ns='http://www.dolibarr.org/ns';
$ns='http://www.dolibarr.org/ns/';
$server->configureWSDL('WebServicesDolibarrThirdParty',$ns);
$server->wsdl->schemaTargetNamespace=$ns;