Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 71110 invoked from network); 15 Feb 2007 02:30:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 02:30:18 -0000 Received: (qmail 16693 invoked by uid 500); 15 Feb 2007 02:30:17 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 16675 invoked by uid 500); 15 Feb 2007 02:30:17 -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: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 16664 invoked by uid 99); 15 Feb 2007 02:30:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 18:30:17 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of atmanes@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 18:30:07 -0800 Received: by wr-out-0506.google.com with SMTP id i21so428920wra for ; Wed, 14 Feb 2007 18:29:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=thjW1bLGbU4QwPOmX78YDqXdhLf4XfKXSIagNmRxORYmaP9uW2w1/89puVY8iY/jSbusinzxaUseTu6l+hUL8AssHuUDUBo48y8mvoQdAphNJiAHh47iCxEfVoyYaNp+MX5S8g7fuz/KLQfm+rqVu/oHASF9XRF3Z0AwGb4eA3c= Received: by 10.114.39.16 with SMTP id m16mr835449wam.1171506586145; Wed, 14 Feb 2007 18:29:46 -0800 (PST) Received: by 10.114.171.5 with HTTP; Wed, 14 Feb 2007 18:29:46 -0800 (PST) Message-ID: Date: Wed, 14 Feb 2007 21:29:46 -0500 From: "Anne Thomas Manes" To: axis-user@ws.apache.org Subject: Re: Help with AXIS bug with complex type and maxOccurs In-Reply-To: <1dc89bf60702141505p7db8325fg4ee1bff6e48281ad@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1dc89bf60702141505p7db8325fg4ee1bff6e48281ad@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org It's a bug. I don't think it's been fixed. On 2/14/07, josh s wrote: > Hi, > > I'm a relative newbie to webservices. I'm attempting to do something fairly > straight forward using AXIS 1.4 and AXIS appears to be doing the wrong thing > to me. > > An extract of the WSDL which is used with axis-wsdl2java to generate java > is below. > > > > > > > > > > > > > > maxOccurs="8"/> > > > > > > When I attempt to send a message using the generated code some of the XML > generated by AXIS looks like the following which appears incorrect. > > > > DRN > 11111111 > > > > If I do not specifiy maxOccurs in the WSDL then the XML that is produced is > however correct > > > > DRN > 11111111 > > > > Is this is a bug in AXIS? Is there a workaround or do I need to specify my > WSDL differently. > > I can send the entire WSDL if that helps. This has really got me stumped and > any help would be greatly appreciated. Thanks for you help. > > Josh > > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org