[Vtigercrm-commits] [vtiger-commits] r9552 - in /vtigercrm/branches/5.0.1/soap: firefoxtoolbar.php thunderbirdplugin.php vtigerolservice.php wordplugin.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Oct 4 07:32:27 EDT 2006


Author: jerrydgeorge
Date: Wed Oct  4 05:32:13 2006
New Revision: 9552

Log:
Namaspace Url changed.Fixes # 2067.

Modified:
    vtigercrm/branches/5.0.1/soap/firefoxtoolbar.php
    vtigercrm/branches/5.0.1/soap/thunderbirdplugin.php
    vtigercrm/branches/5.0.1/soap/vtigerolservice.php
    vtigercrm/branches/5.0.1/soap/wordplugin.php

Modified: vtigercrm/branches/5.0.1/soap/firefoxtoolbar.php
==============================================================================
--- vtigercrm/branches/5.0.1/soap/firefoxtoolbar.php (original)
+++ vtigercrm/branches/5.0.1/soap/firefoxtoolbar.php Wed Oct  4 05:32:13 2006
@@ -16,7 +16,7 @@
 
 $log = &LoggerManager::getLogger('firefoxlog');
 
-$NAMESPACE = 'http://www.vtiger.com/vtigercrm/';
+$NAMESPACE = 'http://www.vtiger.com/products/crm';
 $server = new soap_server;
 $accessDenied = "You are not authorized for performing this action";
 $server->configureWSDL('vtigersoap');

Modified: vtigercrm/branches/5.0.1/soap/thunderbirdplugin.php
==============================================================================
--- vtigercrm/branches/5.0.1/soap/thunderbirdplugin.php (original)
+++ vtigercrm/branches/5.0.1/soap/thunderbirdplugin.php Wed Oct  4 05:32:13 2006
@@ -18,7 +18,7 @@
 $log = &LoggerManager::getLogger('thunderbirdplugin');
 
 $accessDenied = "You are not authorized for performing this action";
-$NAMESPACE = 'http://www.vtiger.com/vtigercrm/';
+$NAMESPACE = 'http://www.vtiger.com/products/crm';
 $server = new soap_server;
 
 $server->configureWSDL('vtigersoap');

Modified: vtigercrm/branches/5.0.1/soap/vtigerolservice.php
==============================================================================
--- vtigercrm/branches/5.0.1/soap/vtigerolservice.php (original)
+++ vtigercrm/branches/5.0.1/soap/vtigerolservice.php Wed Oct  4 05:32:13 2006
@@ -17,7 +17,7 @@
 
 error_reporting(0);
 
-$NAMESPACE = 'http://www.vtigercrm.com/vtigercrm';
+$NAMESPACE = 'http://www.vtiger.com/products/crm';
 
 $server = new soap_server;
 

Modified: vtigercrm/branches/5.0.1/soap/wordplugin.php
==============================================================================
--- vtigercrm/branches/5.0.1/soap/wordplugin.php (original)
+++ vtigercrm/branches/5.0.1/soap/wordplugin.php Wed Oct  4 05:32:13 2006
@@ -17,7 +17,7 @@
 $log = &LoggerManager::getLogger('wordplugin');
 
 error_reporting(0);
-$NAMESPACE = 'http://www.vtiger.com/vtigercrm/';
+$NAMESPACE = 'http://www.vtiger.com/products/crm';
 $server = new soap_server;
 $accessDenied = "You are not permitted to perform this action";
 $server->configureWSDL('vtigersoap');





More information about the vtigercrm-commits mailing list