CVS update: schemas/soap/service/reputation/12/2000

From: cvs@openprivacy.org
Date: Tue Jan 02 2001 - 01:47:33 PST


Date: Tuesday January 2, 19101 @ 1:47
Author: burton
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/schemas/soap/service/reputation/12/2000

-----------------------------------

Update of /usr/local/cvsroot/schemas/soap/service/reputation/12/2000
In directory openprivacy.org:/tmp/cvs-serv12099

Modified Files:
        index.xsd
Log Message:
changed method names because these aren't valid in Java and the mapping is
somewhat tight...

*****************************************************************
File: schemas/soap/service/reputation/12/2000/index.xsd

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/schemas/soap/service/reputation/12/2000/index.xsd?annotate=1.4

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/schemas/soap/service/reputation/12/2000/index.xsd?rev=1.4&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/schemas/soap/service/reputation/12/2000/index.xsd.diff?r1=1.4&r2=1.3

-----------------------------------

Index: schemas/soap/service/reputation/12/2000/index.xsd
diff -u schemas/soap/service/reputation/12/2000/index.xsd:1.3 schemas/soap/service/reputation/12/2000/index.xsd:1.4
--- schemas/soap/service/reputation/12/2000/index.xsd:1.3 Sun Dec 31 20:17:43 2000
+++ schemas/soap/service/reputation/12/2000/index.xsd Tue Jan 2 01:47:33 2001
@@ -17,7 +17,7 @@
 Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
-$Id: index.xsd,v 1.3 2001/01/01 04:17:43 burton Exp $
+$Id: index.xsd,v 1.4 2001/01/02 09:47:33 burton Exp $
 
 -->
 
@@ -29,14 +29,14 @@
     <element name="Body" type="SOAP-ENV:Body"/>
         <complexType name='Body'>
         
- <element ref="get-reputation"/>
- <element ref="put-reputation"/>
+ <element ref="getReputation"/>
+ <element ref="putReputation"/>
 
         </complexType>
     </element>
 
 
- <element name="get-reputation">
+ <element name="getReputation">
 
         <complexType>
 
@@ -45,7 +45,7 @@
     </element>
 
 
- <element name="put-reputation">
+ <element name="putReputation">
 
         <complexType>
 



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST