Index: trunk/Nebulous/nebclient/nebulous.wsdl
===================================================================
--- trunk/Nebulous/nebclient/nebulous.wsdl	(revision 13045)
+++ trunk/Nebulous/nebclient/nebulous.wsdl	(revision 13047)
@@ -60,4 +60,12 @@
     </message>
 
+    <message name="find_ObjectsRequest">
+        <part name="pattern" type="xsd:string" />
+    </message>
+    <message name="find_ObjectsResponse">
+        <!-- fixme -->
+        <part name="result" type="tns:ArrayOfString" />
+    </message>
+
     <message name="find_instancesRequest">
         <part name="key" type="xsd:string" />
@@ -114,4 +122,11 @@
             -->
         </operation>
+        <operation name="find_objects">
+            <input  message="tns:find_objectsRequest" />
+            <output message="tns:find_objectsResponse" />
+            <!--
+                <fault name="" message="" />
+            -->
+        </operation>
         <operation name="find_instances">
             <input  message="tns:find_instancesRequest" />
@@ -175,4 +190,15 @@
         <operation name="unlock_object">
             <soap:operation soapAction="urn:Nebulous/Server/SOAP#unlock_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="find_objects">
+            <soap:operation soapAction="urn:Nebulous/Server/SOAP#find_objects" />
             <input>
                 <soap:body use="encoded" namespace="urn:Nebulous/Server/SOAP"
