Index: trunk/Nebulous/nebclient/src/nebulous.h
===================================================================
--- trunk/Nebulous/nebclient/src/nebulous.h	(revision 20110)
+++ trunk/Nebulous/nebclient/src/nebulous.h	(revision 20208)
@@ -1,5 +1,5 @@
 /* src/nebulous.h
    Generated by wsdl2h 1.2.11 from nebulous.wsdl and typemap.dat
-   2008-10-13 22:06:54 GMT
+   2008-10-16 23:26:37 GMT
    Copyright (C) 2001-2008 Robert van Engelen, Genivia Inc. All Rights Reserved.
    This part of the software is released under one of the following licenses:
@@ -111,4 +111,8 @@
   - @ref ns1__lock_USCOREobject
   - @ref ns1__unlock_USCOREobject
+  - @ref ns1__setxattr_USCOREobject
+  - @ref ns1__getxattr_USCOREobject
+  - @ref ns1__listxattr_USCOREobject
+  - @ref ns1__removexattr_USCOREobject
   - @ref ns1__find_USCOREobjects
   - @ref ns1__find_USCOREinstances
@@ -450,4 +454,224 @@
 /******************************************************************************\
  *                                                                            *
+ * ns1__setxattr_USCOREobject                                                 *
+ *                                                                            *
+\******************************************************************************/
+
+
+/// Operation "ns1__setxattr_USCOREobject" of service binding "SOAP"
+
+/**
+
+Operation details:
+
+  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+  - SOAP action="urn:Nebulous/Server/SOAP#setxattr_object"
+
+C stub function (defined in soapClient.c[pp] generated by soapcpp2):
+@code
+  int soap_call_ns1__setxattr_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*                               name,
+    char*                               value,
+    char*                               flags,
+    // response parameters:
+    int                                *result
+  );
+@endcode
+
+C server function (called from the service dispatcher defined in soapServer.c[pp]):
+@code
+  int ns1__setxattr_USCOREobject(
+    struct soap *soap,
+    // request parameters:
+    char*                               key,
+    char*                               name,
+    char*                               value,
+    char*                               flags,
+    // response parameters:
+    int                                *result
+  );
+@endcode
+
+*/
+
+//gsoap ns1  service method-style:	setxattr_USCOREobject rpc
+//gsoap ns1  service method-encoding:	setxattr_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
+//gsoap ns1  service method-action:	setxattr_USCOREobject urn:Nebulous/Server/SOAP#setxattr_object
+int ns1__setxattr_USCOREobject(
+    char*                               key,	///< Request parameter
+    char*                               name,	///< Request parameter
+    char*                               value,	///< Request parameter
+    char*                               flags,	///< Request parameter
+    int                                *result	///< Response parameter
+);
+
+/******************************************************************************\
+ *                                                                            *
+ * ns1__getxattr_USCOREobject                                                 *
+ *                                                                            *
+\******************************************************************************/
+
+
+/// Operation "ns1__getxattr_USCOREobject" of service binding "SOAP"
+
+/**
+
+Operation details:
+
+  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+  - SOAP action="urn:Nebulous/Server/SOAP#getxattr_object"
+
+C stub function (defined in soapClient.c[pp] generated by soapcpp2):
+@code
+  int soap_call_ns1__getxattr_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*                               name,
+    // response parameters:
+    char*                              *result
+  );
+@endcode
+
+C server function (called from the service dispatcher defined in soapServer.c[pp]):
+@code
+  int ns1__getxattr_USCOREobject(
+    struct soap *soap,
+    // request parameters:
+    char*                               key,
+    char*                               name,
+    // response parameters:
+    char*                              *result
+  );
+@endcode
+
+*/
+
+//gsoap ns1  service method-style:	getxattr_USCOREobject rpc
+//gsoap ns1  service method-encoding:	getxattr_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
+//gsoap ns1  service method-action:	getxattr_USCOREobject urn:Nebulous/Server/SOAP#getxattr_object
+int ns1__getxattr_USCOREobject(
+    char*                               key,	///< Request parameter
+    char*                               name,	///< Request parameter
+    char*                              *result	///< Response parameter
+);
+
+/******************************************************************************\
+ *                                                                            *
+ * ns1__listxattr_USCOREobject                                                *
+ *                                                                            *
+\******************************************************************************/
+
+/// Operation response struct "ns1__listxattr_USCOREobjectResponse" of service binding "SOAP" operation "ns1__listxattr_USCOREobject"
+struct ns1__listxattr_USCOREobjectResponse
+{
+    struct ArrayOfString*               result;
+};
+
+/// Operation "ns1__listxattr_USCOREobject" of service binding "SOAP"
+
+/**
+
+Operation details:
+
+  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+  - SOAP action="urn:Nebulous/Server/SOAP#listxattr_object"
+
+C stub function (defined in soapClient.c[pp] generated by soapcpp2):
+@code
+  int soap_call_ns1__listxattr_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,
+    // response parameters:
+    struct ns1__listxattr_USCOREobjectResponse*
+  );
+@endcode
+
+C server function (called from the service dispatcher defined in soapServer.c[pp]):
+@code
+  int ns1__listxattr_USCOREobject(
+    struct soap *soap,
+    // request parameters:
+    char*                               key,
+    // response parameters:
+    struct ns1__listxattr_USCOREobjectResponse*
+  );
+@endcode
+
+*/
+
+//gsoap ns1  service method-style:	listxattr_USCOREobject rpc
+//gsoap ns1  service method-encoding:	listxattr_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
+//gsoap ns1  service method-action:	listxattr_USCOREobject urn:Nebulous/Server/SOAP#listxattr_object
+int ns1__listxattr_USCOREobject(
+    char*                               key,	///< Request parameter
+    struct ns1__listxattr_USCOREobjectResponse*	///< Response struct parameter
+);
+
+/******************************************************************************\
+ *                                                                            *
+ * ns1__removexattr_USCOREobject                                              *
+ *                                                                            *
+\******************************************************************************/
+
+
+/// Operation "ns1__removexattr_USCOREobject" of service binding "SOAP"
+
+/**
+
+Operation details:
+
+  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+  - SOAP action="urn:Nebulous/Server/SOAP#removexattr_object"
+
+C stub function (defined in soapClient.c[pp] generated by soapcpp2):
+@code
+  int soap_call_ns1__removexattr_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*                               name,
+    // response parameters:
+    int                                *result
+  );
+@endcode
+
+C server function (called from the service dispatcher defined in soapServer.c[pp]):
+@code
+  int ns1__removexattr_USCOREobject(
+    struct soap *soap,
+    // request parameters:
+    char*                               key,
+    char*                               name,
+    // response parameters:
+    int                                *result
+  );
+@endcode
+
+*/
+
+//gsoap ns1  service method-style:	removexattr_USCOREobject rpc
+//gsoap ns1  service method-encoding:	removexattr_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
+//gsoap ns1  service method-action:	removexattr_USCOREobject urn:Nebulous/Server/SOAP#removexattr_object
+int ns1__removexattr_USCOREobject(
+    char*                               key,	///< Request parameter
+    char*                               name,	///< Request parameter
+    int                                *result	///< Response parameter
+);
+
+/******************************************************************************\
+ *                                                                            *
  * ns1__find_USCOREobjects                                                    *
  *                                                                            *
