Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 74804 invoked from network); 5 Dec 2008 20:39:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2008 20:39:06 -0000 Received: (qmail 45838 invoked by uid 500); 5 Dec 2008 20:39:17 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 45802 invoked by uid 500); 5 Dec 2008 20:39:17 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 45790 invoked by uid 99); 5 Dec 2008 20:39:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 12:39:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 20:37:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30952234C313 for ; Fri, 5 Dec 2008 12:38:44 -0800 (PST) Message-ID: <741568359.1228509524184.JavaMail.jira@brutus> Date: Fri, 5 Dec 2008 12:38:44 -0800 (PST) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-4440) MTOM binding style is overwrite by the style from WSDL In-Reply-To: <377838631.1228295264184.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor resolved GERONIMO-4440. ----------------------------------- Resolution: Fixed Fix Version/s: 2.1.4 Committed the patch (with additional changes to support mtom and protocol binding override from the DD) to trunk (revision 723850) and branches/2.1 (revision 723853). Thanks for the patch! Btw, please always use { } braces for "if" statements. > MTOM binding style is overwrite by the style from WSDL > ------------------------------------------------------ > > Key: GERONIMO-4440 > URL: https://issues.apache.org/jira/browse/GERONIMO-4440 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: webservices > Affects Versions: 2.2 > Environment: Windows XP > JDK 1.5 > Reporter: Ivan > Assignee: Jarek Gawor > Priority: Minor > Fix For: 2.1.4, 2.2 > > Attachments: Geronimo-4440.patch > > > It seems that we could not determine whether the MTOM is enabled from WSDL, so in the current implementation, we always overwrite the bindingstyle in the SEI by the one from WSDL. > I guess we could use the logic below to set the right binding style : > eg. If we found the binding style in from WSDL is SOAP11HTTP_Binding, then while checking the the annotation in the SEI, if it is SOAP11HTTP_MTOM_BInding, then we ignore it, or we replace it by the one from WSDL. > Please help to give any comment, thanks ! -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.