gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/soap SoapAPI.php, 1.14, NONE index.php, 1.1,


From: tperdue
Subject: [Gforge-commits] gforge/www/soap SoapAPI.php, 1.14, NONE index.php, 1.1, 1.2
Date: Mon, 20 Sep 2004 15:17:26 -0500

Update of /cvsroot/gforge/gforge/www/soap
In directory db.perdue.net:/home/tperdue/share/dev.gforge.org/www/soap

Modified Files:
        index.php 
Removed Files:
        SoapAPI.php 
Log Message:
committing recent soap work

--- SoapAPI.php DELETED ---

Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/soap/index.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.php   28 Feb 2004 21:43:53 -0000      1.1
+++ index.php   20 Sep 2004 20:17:23 -0000      1.2
@@ -30,6 +30,17 @@
        'xsd:string'
 );
 
+$server->wsdl->addComplexType(
+       'ArrayOfInteger',
+       'complexType',
+       'array',
+       '',
+       '',
+       array(),
+       array(array('ref'=>'SOAP-ENC:Array','wsdl:arrayType'=>'integer[]')),
+       'xsd:integer'
+);
+
 // session/authentication
 $server->register(
        'login',
@@ -53,6 +64,20 @@
 //
 require_once('www/soap/common/user.php');
 
+//
+//     Include tracker Functions
+//
+require_once('www/soap/tracker/tracker.php');
+
+//
+//     Include task manager Functions
+//
+require_once('www/soap/pm/pm.php');
+
+//
+//     Include frs Functions
+//
+//require_once('www/soap/frs/frs.php');
 
 
 $wsdl_data = $server->wsdl->serialize();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]