Index: /trunk/Nebulous/nebclient/nebulous.wsdl
===================================================================
--- /trunk/Nebulous/nebclient/nebulous.wsdl	(revision 3060)
+++ /trunk/Nebulous/nebclient/nebulous.wsdl	(revision 3061)
@@ -9,4 +9,21 @@
     xmlns:ns="urn:PS/IPP/IData/Server/SOAP">
 
+    <types>
+        <schema xmlns="http://www.w3.org/2001/XMLSchema"
+            targetNamespace="urn:PS/IPP/IData/Server/SOAP"
+            xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+            xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
+ 
+            <complexType name="ArrayOfString">
+                <complexContent>
+                    <restriction base="soapenc:Array">
+                        <attribute ref="soapenc:arrayType" 
+                            wsdl:arrayType="string[]"/>
+                    </restriction>
+                </complexContent>
+            </complexType>
+        </schema>
+    </types>
+
     <message name="create_objectRequest">
         <part name="key" type="xsd:string" />
@@ -49,5 +66,5 @@
     <message name="find_instancesResponse">
         <!-- fixme -->
-        <part name="result" type="xsd:int" />
+        <part name="result" type="tns:ArrayOfString" />
     </message>
 
