Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 63607 invoked from network); 19 Dec 2007 16:49:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2007 16:49:35 -0000 Received: (qmail 34277 invoked by uid 500); 19 Dec 2007 16:49:23 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 34266 invoked by uid 500); 19 Dec 2007 16:49:23 -0000 Mailing-List: contact axis-c-user-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C User List" Reply-To: "Apache AXIS C User List" Delivered-To: mailing list axis-c-user@ws.apache.org Received: (qmail 34255 invoked by uid 99); 19 Dec 2007 16:49:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 08:49:23 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dimuthuc@gmail.com designates 72.14.246.240 as permitted sender) Received: from [72.14.246.240] (HELO ag-out-0708.google.com) (72.14.246.240) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 16:49:02 +0000 Received: by ag-out-0708.google.com with SMTP id 26so2141536agb.5 for ; Wed, 19 Dec 2007 08:49:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DCDTkjvuQUMWSYL27rASNtKUSHtdUlwBpcudpygsW78=; b=kOOCFbmobKV5dFSxoYAgjQQOKkWnCh122Ec8wQKahZ3vw+vK278+GKFk+tvSXWezpBQj6rmjyw30gVbpIoAQ0001UcABMNG0/rf3wIbWjL+lYh+0OR/YNPSpzyw6+seIxcikwxCOiHs9x8Tnn2rlIyqArfpmMKpOH3dTtEIEVZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HjgG91LVtv+V8bQPWYPK7qu8nihlcQxga6LbqRKG9zIKZUns504NBgXau3oZ2dhukgNRqxrQV/Vhv/dFPog+9AIf1QnNeazwYrEb1eDfEI4Fck8Q0X5oBJJzgt60ma1r8E1K3DSEHkvqdrIX1Tbi+yicvfNommRU2CEgjjEk2os= Received: by 10.142.253.21 with SMTP id a21mr1789834wfi.168.1198082944350; Wed, 19 Dec 2007 08:49:04 -0800 (PST) Received: by 10.142.238.15 with HTTP; Wed, 19 Dec 2007 08:49:04 -0800 (PST) Message-ID: Date: Wed, 19 Dec 2007 22:19:04 +0530 From: "Dimuthu Gamage" To: "Apache AXIS C User List" Subject: Re: Wsdl2C incorrect "choice" management In-Reply-To: <47693260.8050505@spaziozerouno.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47693260.8050505@spaziozerouno.it> X-Virus-Checked: Checked by ClamAV on apache.org Hi Simon, Yea it is a known bug:( We have a JIRA issue reported similar to yours, https://issues.apache.org/jira/browse/AXIS2C-826 Thanks DImuthu On Dec 19, 2007 8:31 PM, Simone Bordin wrote: > Hi, > > In my operation parameter i have a "choice" element with 3 subelement. > > > type="NumericMessageType"/> > type="AlphanumericMessageType"/> > type="TransparentDataMessageType"/> > > > In the serialize function of the generated code (with last nightly > build), this element is not correctly managed: it checks for the > presence of all three element, not for only one. > I have attached the generated code of the choice type. > > Is this a known bug? > > Thanx, > simone bordin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-c-user-help@ws.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-user-help@ws.apache.org