Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEC2DE45A for ; Fri, 1 Feb 2013 17:12:17 +0000 (UTC) Received: (qmail 95596 invoked by uid 500); 1 Feb 2013 17:12:14 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 95465 invoked by uid 500); 1 Feb 2013 17:12:14 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 95417 invoked by uid 99); 1 Feb 2013 17:12:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 17:12:14 +0000 Date: Fri, 1 Feb 2013 17:12:14 +0000 (UTC) From: "Matt Fluet (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AXIS2-4091) WSDL11ToAxisServiceBuilder + HTTP Binding: Unused/Useless global element declations are appended into WSDL's XSD documents MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-4091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Fluet updated AXIS2-4091: ------------------------------ Attachment: AXIS2-4091-1.6.2.patch > WSDL11ToAxisServiceBuilder + HTTP Binding: Unused/Useless global element declations are appended into WSDL's XSD documents > -------------------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-4091 > URL: https://issues.apache.org/jira/browse/AXIS2-4091 > Project: Axis2 > Issue Type: Bug > Components: kernel > Affects Versions: 1.4, nightly > Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.83Ghz > Reporter: Antonio Andrade > Assignee: Afkham Azeez > Priority: Minor > Attachments: AXIS2-4091-1.6.2.patch, AXIS2-4091.patch, JUnit Tests - Before.jpg, JUnit Tests - Half of Patch.jpg > > Original Estimate: 1h > Remaining Estimate: 1h > > Observed Behavior: > 1) New XML schema global elements declarations are created and appended into WSDL's XSD documents when they should not. This is the case of message s already referencing global element declarations (through the 'element' attribute of the message part). > 2) Whether a message part requires a 'wrapped' element or not can be determine by reading the 'wrappedInput' and 'wrappedOutput' attributes of the 'BindingOperationEntry' inner class after the message part has been analyzed but the 'addPartToElement' method fails to properly set them for all cases (i.e. ignores whether the message part comes from an input or output message by ignoring the 'isOutMessage' argument received). > Expected Behavior: > 1) No XML schema global elements declarations should be added whenever message s use the 'element' attribute (i.e. already reference global element declarations). > 2) The 'addPartToElement' method should take into account the value of the 'isOutMessage' argument received to set the value of the 'wrappedInput' and 'wrappedOutput' attributes of the 'BindingOperationEntry' inner class. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org