Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 89191 invoked from network); 8 Apr 2004 06:29:48 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Apr 2004 06:29:48 -0000 Received: (qmail 87977 invoked by uid 500); 8 Apr 2004 06:29:18 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 87942 invoked by uid 500); 8 Apr 2004 06:29:17 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 87861 invoked from network); 8 Apr 2004 06:29:17 -0000 Received: from unknown (HELO moutng.kundenserver.de) (212.227.126.176) by daedalus.apache.org with SMTP; 8 Apr 2004 06:29:17 -0000 Received: from [212.227.126.179] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BBT2W-0007sW-00 for axis-dev@ws.apache.org; Thu, 08 Apr 2004 08:29:28 +0200 Received: from [195.243.151.195] (helo=KA_SRV_015.ap-ag.com) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BBT2W-0004Fd-00 for axis-dev@ws.apache.org; Thu, 08 Apr 2004 08:29:28 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Axis 1.2 beta and .NET 1.1: Problem with arrays Date: Thu, 8 Apr 2004 08:28:57 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Axis 1.2 beta and .NET 1.1: Problem with arrays Thread-Index: AcQcmHfZ+iydi1hDQe2g4MRNnIc+jwAmkIhQ From: =?iso-8859-1?Q?Thomas_B=F6rkel?= To: X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:b21d2a35546947fc2fcb941d9ba0f15d X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N HI! I was able to return an array from an Axis 1.1 RC2 server to a .NET 1.1 = client without problems.=20 With Axis 1.2 beta, the .NET client throws an exception: System.InvalidOperationException: There is an error in XMLdocument (5, = 5). ---> System.InvalidOperationException: The specified type as not = recognized: name=3D'string', = namespace=3D'http://schemas.xmlsoap.org/soap/encoding/', at = . I don't know, if this is a bug in Axis or .NET, but I think the interop = is very important, so even a workaround in Axis for a .NET bug should be = considered, until MS fixes their bug. This is the response XML from Axis 1.1 RC2: 5 6 7 And this from Axis 1.2 beta: 5 6 7 This is the Java method signature: public String[] arrayTest(int[] numbers) Thanks! Thomas