[Fusionforge-commits] r9153 - in trunk/gforge/www/soap: . pm

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Fri Mar 19 21:47:03 CET 2010


Author: aljeux
Date: 2010-03-19 21:47:02 +0100 (Fri, 19 Mar 2010)
New Revision: 9153

Modified:
   trunk/gforge/www/soap/index.php
   trunk/gforge/www/soap/pm/pm.php
Log:
Rename SOAP GForgeAPI to FusionForgeAPI

Modified: trunk/gforge/www/soap/index.php
===================================================================
--- trunk/gforge/www/soap/index.php	2010-03-19 17:37:22 UTC (rev 9152)
+++ trunk/gforge/www/soap/index.php	2010-03-19 20:47:02 UTC (rev 9153)
@@ -17,7 +17,7 @@
 $server = new soap_server();
 //configureWSDL($serviceName,$namespace = false,$endpoint = false,$style='rpc', $transport = 'http://schemas.xmlsoap.org/soap/http');
 //$server->configureWSDL('GForgeAPI',$uri);
-$server->configureWSDL('GForgeAPI',$uri,false,'rpc','http://schemas.xmlsoap.org/soap/http',$uri);
+$server->configureWSDL('FusionForgeAPI',$uri,false,'rpc','http://schemas.xmlsoap.org/soap/http',$uri);
 
 // add types
 $server->wsdl->addComplexType(
@@ -107,7 +107,7 @@
 require_once $gfwww.'soap/docman/docman.php';
 
 //
-//	Include task manager Functions
+//	Include tasks Functions
 //
 require_once $gfwww.'soap/pm/pm.php';
 require_once $gfwww.'soap/reporting/timeentry.php';

Modified: trunk/gforge/www/soap/pm/pm.php
===================================================================
--- trunk/gforge/www/soap/pm/pm.php	2010-03-19 17:37:22 UTC (rev 9152)
+++ trunk/gforge/www/soap/pm/pm.php	2010-03-19 20:47:02 UTC (rev 9153)
@@ -1,6 +1,6 @@
 <?php
 /**
- * SOAP Task Manager Include - this file contains wrapper functions for the SOAP interface
+ * SOAP Tasks Include - this file contains wrapper functions for the SOAP interface
  *
  * Copyright 2004 (c) GForge, LLC
  * http://gforge.org




More information about the Fusionforge-commits mailing list