Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 66176 invoked from network); 4 Oct 2005 03:30:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2005 03:30:12 -0000 Received: (qmail 3413 invoked by uid 500); 4 Oct 2005 03:30:11 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 2826 invoked by uid 500); 4 Oct 2005 03:30:09 -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 2797 invoked by uid 99); 4 Oct 2005 03:30:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Mon, 03 Oct 2005 20:30:08 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D21E7DF for ; Tue, 4 Oct 2005 05:29:47 +0200 (CEST) Message-ID: <511403252.1128396587826.JavaMail.jira@ajax.apache.org> Date: Tue, 4 Oct 2005 05:29:47 +0200 (CEST) From: "Eran Chinthaka (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-257) WSDL2Java fails to create correct proxy code for web methods with too many parameters. In-Reply-To: <99562313.1128364007504.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/AXIS2-257?page=all ] Eran Chinthaka resolved AXIS2-257: ---------------------------------- Resolution: Invalid Please report this bug in Axis 1.x. This is Axis2 JIRA. > WSDL2Java fails to create correct proxy code for web methods with too many parameters. > -------------------------------------------------------------------------------------- > > Key: AXIS2-257 > URL: http://issues.apache.org/jira/browse/AXIS2-257 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Components: client-api > Environment: Windows 2000 amd 2003 server. > Axis 1.2 and 1.2.1 > Reporter: Himmat Dhange > > Below the request schema for which WSDL2Java does not create the correct porxy code > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Axis 1.2.1 normally adds all request elements as method argument, but for this request (which has 30 elements) it adds an argument of type PerformUserRegistration as follows: > public PerformUserRegistrationResponse performUserRegistration(PerformUserRegistration parameters) throws java.rmi.RemoteException, objects.v3_0.developer.factiva.FaultException; > But this method signature gives compilation error because class PerformUserRegistration does not get generated in proxy code. > Same request works fine in Axis 1.1 and creates method with 30 arguments. > Is this a bug in Axis 1.2.0 and 1.2.1? Is there a way around to resolve this issue? -- 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