Index: trunk/Nebulous/nebclient/src/nebulous.h
===================================================================
--- trunk/Nebulous/nebclient/src/nebulous.h	(revision 10631)
+++ trunk/Nebulous/nebclient/src/nebulous.h	(revision 13078)
@@ -1,5 +1,5 @@
 /* src/nebulous.h
    Generated by wsdl2h 1.2.1 from nebulous.wsdl and typemap.dat
-   2006-12-12 00:23:37 GMT
+   2007-04-28 01:32:49 GMT
    Copyright (C) 2001-2005 Robert van Engelen, Genivia Inc. All Rights Reserved.
    This part of the software is released under one of the following licenses:
@@ -98,7 +98,10 @@
 @section SOAP_operations Operations of Binding  "SOAP"
   - @ref ns1__create_USCOREobject
+  - @ref ns1__rename_USCOREobject
+  - @ref ns1__rename_USCOREobject_
   - @ref ns1__replicate_USCOREobject
   - @ref ns1__lock_USCOREobject
   - @ref ns1__unlock_USCOREobject
+  - @ref ns1__find_USCOREobjects
   - @ref ns1__find_USCOREinstances
   - @ref ns1__delete_USCOREinstance
@@ -163,4 +166,84 @@
 /******************************************************************************\
  *                                                                            *
+ * ns1__rename_USCOREobject                                                   *
+ *                                                                            *
+\******************************************************************************/
+
+
+/// Operation "ns1__rename_USCOREobject" of service binding "SOAP"
+
+/**
+
+Operation details:
+
+  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+  - SOAP action="urn:Nebulous/Server/SOAP#create_object"
+
+C stub function (defined in soapClient.c[pp]):
+@code
+  int soap_call_ns1__rename_USCOREobject(struct soap *soap,
+    NULL, // char *endpoint = NULL selects default endpoint for this operation
+    NULL, // char *action = NULL selects default action for this operation
+    // request parameters:
+    char*                               key,
+    char*                               newkey,
+    // response parameters:
+    char*                              *result
+  );
+@endcode
+
+*/
+
+//gsoap ns1  service method-style:	rename_USCOREobject rpc
+//gsoap ns1  service method-encoding:	rename_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
+//gsoap ns1  service method-action:	rename_USCOREobject urn:Nebulous/Server/SOAP#create_object
+int ns1__rename_USCOREobject(
+    char*                               key,
+    char*                               newkey,
+    char*                              *result ///< response parameter
+);
+
+/******************************************************************************\
+ *                                                                            *
+ * ns1__rename_USCOREobject_                                                  *
+ *                                                                            *
+\******************************************************************************/
+
+
+/// Operation "ns1__rename_USCOREobject_" of service binding "SOAP"
+
+/**
+
+Operation details:
+
+  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+  - SOAP action="urn:Nebulous/Server/SOAP#rename_object"
+
+C stub function (defined in soapClient.c[pp]):
+@code
+  int soap_call_ns1__rename_USCOREobject_(struct soap *soap,
+    NULL, // char *endpoint = NULL selects default endpoint for this operation
+    NULL, // char *action = NULL selects default action for this operation
+    // request parameters:
+    char*                               key,
+    char*                               newkey,
+    // response parameters:
+    char*                              *result
+  );
+@endcode
+
+*/
+
+//gsoap ns1  service method-style:	rename_USCOREobject_ rpc
+//gsoap ns1  service method-encoding:	rename_USCOREobject_ http://schemas.xmlsoap.org/soap/encoding/
+//gsoap ns1  service method-action:	rename_USCOREobject_ urn:Nebulous/Server/SOAP#rename_object
+int ns1__rename_USCOREobject_(
+    char*                               key,
+    char*                               newkey,
+    char*                              *result ///< response parameter
+);
+
+/******************************************************************************\
+ *                                                                            *
  * ns1__replicate_USCOREobject                                                *
  *                                                                            *
@@ -279,4 +362,47 @@
     char*                               type,
     int                                *result ///< response parameter
+);
+
+/******************************************************************************\
+ *                                                                            *
+ * ns1__find_USCOREobjects                                                    *
+ *                                                                            *
+\******************************************************************************/
+
+/// Operation response struct "ns1__find_USCOREobjectsResponse" of service binding "SOAP" operation "ns1__find_USCOREobjects"
+struct ns1__find_USCOREobjectsResponse
+{
+    struct ArrayOfString*               result;
+};
+
+/// Operation "ns1__find_USCOREobjects" of service binding "SOAP"
+
+/**
+
+Operation details:
+
+  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+  - SOAP action="urn:Nebulous/Server/SOAP#find_objects"
+
+C stub function (defined in soapClient.c[pp]):
+@code
+  int soap_call_ns1__find_USCOREobjects(struct soap *soap,
+    NULL, // char *endpoint = NULL selects default endpoint for this operation
+    NULL, // char *action = NULL selects default action for this operation
+    // request parameters:
+    char*                               pattern,
+    // response parameters:
+    struct ns1__find_USCOREobjectsResponse*
+  );
+@endcode
+
+*/
+
+//gsoap ns1  service method-style:	find_USCOREobjects rpc
+//gsoap ns1  service method-encoding:	find_USCOREobjects http://schemas.xmlsoap.org/soap/encoding/
+//gsoap ns1  service method-action:	find_USCOREobjects urn:Nebulous/Server/SOAP#find_objects
+int ns1__find_USCOREobjects(
+    char*                               pattern,
+    struct ns1__find_USCOREobjectsResponse* ///< response parameter
 );
 
