Index: trunk/Nebulous/nebclient/nebulous.wsdl
===================================================================
--- trunk/Nebulous/nebclient/nebulous.wsdl	(revision 13047)
+++ trunk/Nebulous/nebclient/nebulous.wsdl	(revision 13078)
@@ -36,4 +36,12 @@
     </message>
 
+    <message name="rename_objectRequest">
+        <part name="key" type="xsd:string" />
+        <part name="newkey" type="xsd:string" />
+    </message>
+    <message name="rename_objectResponse">
+        <part name="result" type="xsd:string" />
+    </message>
+
     <message name="replicate_objectRequest">
         <part name="key" type="xsd:string" />
@@ -60,8 +68,8 @@
     </message>
 
-    <message name="find_ObjectsRequest">
+    <message name="find_objectsRequest">
         <part name="pattern" type="xsd:string" />
     </message>
-    <message name="find_ObjectsResponse">
+    <message name="find_objectsResponse">
         <!-- fixme -->
         <part name="result" type="tns:ArrayOfString" />
@@ -101,4 +109,11 @@
             -->
         </operation>
+        <operation name="rename_object">
+            <input  message="tns:rename_objectRequest" />
+            <output message="tns:rename_objectResponse" />
+            <!--
+                <fault name="" message="" />
+            -->
+        </operation>
         <operation name="replicate_object">
             <input  message="tns:replicate_objectRequest" />
@@ -157,4 +172,26 @@
         <operation name="create_object">
             <soap:operation soapAction="urn:Nebulous/Server/SOAP#create_object" />
+            <input>
+                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
+                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
+            </input>
+            <output>
+                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
+                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
+            </output>
+        </operation>
+        <operation name="rename_object">
+            <soap:operation soapAction="urn:Nebulous/Server/SOAP#create_object" />
+            <input>
+                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
+                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
+            </input>
+            <output>
+                <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
+                    encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
+            </output>
+        </operation>
+        <operation name="rename_object">
+            <soap:operation soapAction="urn:Nebulous/Server/SOAP#rename_object" />
             <input>
                 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
