[Vtigercrm-commits] [vtiger-commits] r10688 - /vtigercrm/branches/5.0.3/soap/customerportal.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Apr 14 06:06:27 EDT 2007


Author: richie
Date: Sat Apr 14 04:06:22 2007
New Revision: 10688

Log:
* Fixed the issue with wsdl when we access the customerportal soap service wsdl, Fixed #2440

Modified:
    vtigercrm/branches/5.0.3/soap/customerportal.php

Modified: vtigercrm/branches/5.0.3/soap/customerportal.php
==============================================================================
--- vtigercrm/branches/5.0.3/soap/customerportal.php (original)
+++ vtigercrm/branches/5.0.3/soap/customerportal.php Sat Apr 14 04:06:22 2007
@@ -17,11 +17,12 @@
 
 $log = &LoggerManager::getLogger('customerportal');
 
-//$serializer = new XML_Serializer();
-$NAMESPACE = 'http://www.vtigercrm.com/vtigercrm';
+error_reporting(0);
+
+$NAMESPACE = 'http://www.vtiger.com/products/crm';
 $server = new soap_server;
 
-$server->configureWSDL('vtigersoap');
+$server->configureWSDL('customerportal');
 
 
 





More information about the vtigercrm-commits mailing list