Index: soap_server.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/soap_server/Attic/soap_server.module,v
retrieving revision 1.2
diff -u -r1.2 soap_server.module
--- soap_server.module	5 Feb 2008 05:58:40 -0000	1.2
+++ soap_server.module	13 Feb 2008 14:34:59 -0000
@@ -174,7 +174,7 @@
       // Send back anything.
       $return['return'] = 'xsd:'. $method['#return'];
       if ($method['#return'] == 'struct' || $method['#return'] == 'array') {
-        $return['return'] = 'tns:Array';
+        $return['return'] = 'xsd:Array';
       }
     } 
                   
@@ -221,7 +221,7 @@
         if ($method['#return']) {
           $return['return'] = 'xsd:'. $method['#return'];
           if ($method['#return'] == 'struct' || $method['#return'] == 'array') {
-            $return['return'] = 'tns:Array';
+            $return['return'] = 'xsd:Array';
           }
         }
                         
