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 D81ACE446 for ; Fri, 1 Feb 2013 17:12:15 +0000 (UTC) Received: (qmail 95005 invoked by uid 500); 1 Feb 2013 17:12:13 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 94833 invoked by uid 500); 1 Feb 2013 17:12:13 -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 94774 invoked by uid 99); 1 Feb 2013 17:12:13 -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:13 +0000 Date: Fri, 1 Feb 2013 17:12:13 +0000 (UTC) From: "Matt Fluet (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AXIS2-3964) WSDL20ToAxisServiceBuilder > HTTP Binding: AxisBindingMessage entry is being overwritten in corresponding AxisBindingOperation 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-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Fluet updated AXIS2-3964: ------------------------------ Attachment: AXIS2-3964-1.6.2.patch > WSDL20ToAxisServiceBuilder > HTTP Binding: AxisBindingMessage entry is being overwritten in corresponding AxisBindingOperation > ------------------------------------------------------------------------------------------------------------------------------- > > Key: AXIS2-3964 > URL: https://issues.apache.org/jira/browse/AXIS2-3964 > Project: Axis2 > Issue Type: Bug > Components: kernel > Affects Versions: 1.4.1 > Environment: Windows XP. 4GB RAM Intel Xeon dual-core @2.75Ghz > Reporter: Antonio Andrade > Assignee: Afkham Azeez > Priority: Minor > Attachments: AXIS2-3964-1.6.2.patch, AXIS2-3964.patch > > Original Estimate: 4h > Remaining Estimate: 4h > > Observed Behavior: > Within WSDL20ToAxisServiceBuilder, AxisBindingOperation children are always saved under the WSDLConstants.MESSAGE_LABEL_IN_VALUE key when the HTTP Binding is used. Look at processHTTPBindingExtention method (around line 921). > Expected Behavior: > When using the HTTP Binding, AxisBindingMessages should be saved under the corresponding key (should be correctly set into the corresponding AxisBindingOperation): > - WSDLConstants.MESSAGE_LABEL_IN_VALUE whenever the message has a WSDLConstants.WSDL_MESSAGE_DIRECTION_IN direction > - WSDLConstants.MESSAGE_LABEL_OUT_VALUE whenever the message has a WSDLConstants.WSDL_MESSAGE_DIRECTION_OUT direction -- 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