Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 68529 invoked from network); 26 Jul 2005 15:25:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2005 15:25:40 -0000 Received: (qmail 47421 invoked by uid 500); 26 Jul 2005 15:25:35 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 47385 invoked by uid 500); 26 Jul 2005 15:25:34 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 47372 invoked by uid 99); 26 Jul 2005 15:25:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 08:25:22 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id CACE1E0 for ; Tue, 26 Jul 2005 17:25:19 +0200 (CEST) Message-ID: <901400531.1122391519820.JavaMail.jira@ajax.apache.org> Date: Tue, 26 Jul 2005 17:25:19 +0200 (CEST) From: "Rodrigo Ruiz (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-2140) CLONE -Java2WSDL not generating nillable attribute for primitive wrapper types In-Reply-To: <270217031.1122390858110.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-2140?page=comments#action_12316761 ] Rodrigo Ruiz commented on AXIS-2140: ------------------------------------ It also happens when using parameters of "wrapper holder" types. If I have a method in the server with a signature: public void process4(IntegerWrapperHolder v1, LongWrapperHolder v2, ShortWrapperHolder v3); The generated stub has the following signature: public void process4(IntHolder v1, LongHolder v2, ShortHolder v3) throws java.rmi.RemoteException; > CLONE -Java2WSDL not generating nillable attribute for primitive wrapper types > ------------------------------------------------------------------------------ > > Key: AXIS-2140 > URL: http://issues.apache.org/jira/browse/AXIS-2140 > Project: Apache Axis > Type: Bug > Components: WSDL processing > Versions: 1.0 > Environment: Operating System: Windows NT/2K > Platform: All > Reporter: Rodrigo Ruiz > Fix For: current (nightly) > > In previous versions, Java2WSDL generated soapenc mappings, > in which nillable is implicit. Now it generates xsd mappings, > it needs to generate a nillable attribute for wrapper types, > as in JAX-RPC 1.0 section 5.3.1. It does this for members > of complex types, but does NOT for stand-alone parameters. > Thus: Long -> Java2WSDL -> xsd:long -> WSDL2Java -> long -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira