Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 21505 invoked from network); 28 Apr 2005 13:51:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Apr 2005 13:51:00 -0000 Received: (qmail 15774 invoked by uid 500); 28 Apr 2005 13:51:45 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 15762 invoked by uid 500); 28 Apr 2005 13:51:45 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 15746 invoked by uid 99); 28 Apr 2005 13:51:45 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from home.teta.com.pl (HELO home.teta.com.pl) (217.153.188.130) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 28 Apr 2005 06:51:44 -0700 Received: by home.teta.com.pl (Postfix, from userid 99) id CAA215A1E1; Thu, 28 Apr 2005 15:50:41 +0200 (CEST) Received: from ex2000.teta.local (produkcja.teta.com.pl [217.8.190.202]) by home.teta.com.pl (Postfix) with ESMTP id 1E6FE5A1AA for ; Thu, 28 Apr 2005 15:50:21 +0200 (CEST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Subject: RE: Return string[][][] Date: Thu, 28 Apr 2005 15:49:22 +0200 Message-ID: <401DB8AB6D8A684B9C0B61BB9F7BD32001B4D70D@ex2000.teta.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Return string[][][] Thread-Index: AcVL9sO20dmGg4N/RbGEjigjR0V3KQAAedXg From: =?iso-8859-2?Q?Garbacz_Pawe=B3?= To: X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on home.teta.com.pl X-Spam-Level: X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.2 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, OK. I know what's wrong. According to = http://ws.apache.org/axis/java/requirements.html multidimensional arrays = are not supported. Unfortunately. And the String[][] two dimensional = array I mentioned in my previous post was not also correct - it was = replaced by simple 1D array of Strings. Therefore another question I could ask: does anyone know, when the = multidimensional array support will be included in Axis? -- Best regards, Pawe=B3 Garbacz (Web Technology Team) TETA S.A. --=3D=3D www.teta.com.pl =3D=3D--=20 -----Original Message----- From: Garbacz Pawe=B3=20 Sent: Thursday, April 28, 2005 3:33 PM To: axis-user@ws.apache.org Subject: Return string[][][] Hi everyone, I had this stupid situation. I wrote a WebService exhibiting the web = method String[][][] getUpdates(). Until it had the definition String[][] = getUpdates() it worked fine. I was wondering if there is a problem with = Axis servlet or something, because when I use my web method in C# = project made in VS.NET, it builds a wrapper method as string[] = getUpdates() instead of string[][][] getUpdates(). Type definition in wsdl generated by Axis is: The relevant web method written in C# produces quite different wsdl: One can see the difference - the first type is written as simple array = type, the second one uses simple type made more complex (as a = collection). Is it OK? Maybe Axis does something wrong? -- Best regards, Pawe=B3 Garbacz (Web Technology Team) TETA S.A. --=3D=3D www.teta.com.pl =3D=3D--