Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 98624 invoked from network); 8 May 2009 22:41:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 May 2009 22:41:18 -0000 Received: (qmail 71987 invoked by uid 500); 8 May 2009 22:41:18 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 71911 invoked by uid 500); 8 May 2009 22:41:18 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 71901 invoked by uid 99); 8 May 2009 22:41:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 May 2009 22:41:18 +0000 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, 08 May 2009 22:41:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8BE31234C041 for ; Fri, 8 May 2009 15:40:45 -0700 (PDT) Message-ID: <1089732733.1241822445558.JavaMail.jira@brutus> Date: Fri, 8 May 2009 15:40:45 -0700 (PDT) From: "Marat Bedretdinov (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-2213) Currently CXF always produces true/false value for for mustUnderstand attribute irrespective of the SOAP version on the wire In-Reply-To: <1743995603.1241821744133.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marat Bedretdinov updated CXF-2213: ----------------------------------- Attachment: CXF-2213.patch.txt Patch is created against the root of http://svn.apache.org/repos/asf/cxf/branches/2.1.x-fixes > Currently CXF always produces true/false value for for mustUnderstand attribute irrespective of the SOAP version on the wire > ---------------------------------------------------------------------------------------------------------------------------- > > Key: CXF-2213 > URL: https://issues.apache.org/jira/browse/CXF-2213 > Project: CXF > Issue Type: Bug > Components: Soap Binding > Affects Versions: 2.1.5 > Reporter: Marat Bedretdinov > Fix For: 2.1.6 > > Attachments: CXF-2213.patch.txt > > > Currently CXF will always produce true/false value for for mustUnderstand attribute irrespective of the SOAP version > 1. For SOAP 1.1 spec for mustUnderstand attribute the values should be 0/1 according to http://schemas.xmlsoap.org/soap/envelope/ and http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383500 > 2. For SOAP 1.2 spec for mustUnderstand attribute the values should be true/false according to http://www.w3.org/2003/05/soap-envelope/ and http://www.w3.org/TR/2003/REC-soap12-part1-20030624/#soapmu -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.