Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 6042 invoked from network); 5 Sep 2009 06:03:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Sep 2009 06:03:31 -0000 Received: (qmail 86790 invoked by uid 500); 5 Sep 2009 06:03:31 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 86706 invoked by uid 500); 5 Sep 2009 06:03:31 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 86698 invoked by uid 99); 5 Sep 2009 06:03:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2009 06:03:30 +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; Sat, 05 Sep 2009 06:03:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7B918234C1F1 for ; Fri, 4 Sep 2009 23:02:57 -0700 (PDT) Message-ID: <1563643616.1252130577491.JavaMail.jira@brutus> Date: Fri, 4 Sep 2009 23:02:57 -0700 (PDT) From: "George Sanchez (JIRA)" To: dev@synapse.apache.org Subject: [jira] Updated: (SYNAPSE-393) Convertion not complete when using SOAPUtils.convertSOAP11toSOAP12() In-Reply-To: <441831599.1215428851908.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/SYNAPSE-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] George Sanchez updated SYNAPSE-393: ----------------------------------- Attachment: SOAPUtils.patch Here is the patch for SOAPUtils. Let me know your comments > Convertion not complete when using SOAPUtils.convertSOAP11toSOAP12() > -------------------------------------------------------------------- > > Key: SYNAPSE-393 > URL: https://issues.apache.org/jira/browse/SYNAPSE-393 > Project: Synapse > Issue Type: Bug > Components: Core > Affects Versions: 1.1.1 > Environment: OS: Windows XP SP2 > Reporter: Laurent CHARTIER > Attachments: SOAPUtils.patch > > > When using org.apache.synapse.core.axis2.SOAPUtils.convertSOAP11toSOAP12() to convert a SOAP 1.1 message containing a SOAPFault to a SOAP 1.2 message, the method only converts the Envelope, the Header and the Body elements. > The Fault element is not converted ans its structure is not transformed into a SOAP 1.2 Fault structure. > Before using the method: > > > > soapenv:Client > Erreur relative au referentiel des conventions. [Fichier de convention] > Referentiel des Conventions. > Il n'y a pas de convention qui corresponde aux issuer, supplier et service > > > > After using the method: > > > > soapenv:Client > Erreur relative au referentiel des conventions. [Fichier de convention] > Referentiel des Conventions. > Il n'y a pas de convention qui corresponde aux issuer, supplier et service > > > > It should be: > > > > > soapenv:Client > > > Erreur relative au referentiel des conventions. [Fichier de convention] > > Referentiel des Conventions. > Il n'y a pas de convention qui corresponde aux issuer, supplier et service > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org