Return-Path: Delivered-To: apmail-ws-axis-c-user-archive@www.apache.org Received: (qmail 90769 invoked from network); 20 Jan 2010 03:54:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2010 03:54:54 -0000 Received: (qmail 76067 invoked by uid 500); 20 Jan 2010 03:54:54 -0000 Delivered-To: apmail-ws-axis-c-user-archive@ws.apache.org Received: (qmail 75966 invoked by uid 500); 20 Jan 2010 03:54:52 -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 75957 invoked by uid 99); 20 Jan 2010 03:54:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 03:54:51 +0000 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 slowpoison@comcast.net designates 76.96.27.243 as permitted sender) Received: from [76.96.27.243] (HELO qmta13.emeryville.ca.mail.comcast.net) (76.96.27.243) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 03:54:43 +0000 Received: from omta11.emeryville.ca.mail.comcast.net ([76.96.30.36]) by qmta13.emeryville.ca.mail.comcast.net with comcast id XYVZ1d0030mlR8UADfuQds; Wed, 20 Jan 2010 03:54:24 +0000 Received: from mail-yw0-f203.google.com ([209.85.211.203]) by omta11.emeryville.ca.mail.comcast.net with comcast id XfuE1d00T4PrboZ8XfuHWD; Wed, 20 Jan 2010 03:54:22 +0000 Received: by ywh41 with SMTP id 41so3794280ywh.0 for ; Tue, 19 Jan 2010 19:54:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.151.18.40 with SMTP id v40mr8827433ybi.11.1263959649077; Tue, 19 Jan 2010 19:54:09 -0800 (PST) In-Reply-To: <2999b2f01001181237x72ce6612h9a1c23969c91348f@mail.gmail.com> References: <2999b2f01001181237x72ce6612h9a1c23969c91348f@mail.gmail.com> From: slowpoison Date: Tue, 19 Jan 2010 19:53:49 -0800 Message-ID: <2999b2f01001191953x36f8e315wa90f22d6d0a44041@mail.gmail.com> Subject: Integer validation in WSDL2C.sh generated code To: Axis2c User Content-Type: text/plain; charset=ISO-8859-1 I noticed that there is no validation for integers in the generated code. For example if I define by integer to be of type positiveInteger, the code won't check that it's zero. I'm wondering if there is a way to do this. If not, I'd like to know how easy/hard will it be to add it. I'm willing to spend some time to write a patch for that. Just sizing up the effort first. thanks! -vish