Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 95970 invoked from network); 23 Oct 2007 13:29:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Oct 2007 13:29:50 -0000 Received: (qmail 56067 invoked by uid 500); 23 Oct 2007 13:29:37 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 55395 invoked by uid 500); 23 Oct 2007 13:29:36 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 55384 invoked by uid 99); 23 Oct 2007 13:29:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 06:29:36 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 13:29:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A75EB714209 for ; Tue, 23 Oct 2007 06:28:54 -0700 (PDT) Message-ID: <32342478.1193146134682.JavaMail.jira@brutus> Date: Tue, 23 Oct 2007 06:28:54 -0700 (PDT) From: "Vincent Brabant (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-3296) When I am creating a AxisFault by giving a SoapFault, the SoapFaultCode is ignored. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org When I am creating a AxisFault by giving a SoapFault, the SoapFaultCode is ignored. ----------------------------------------------------------------------------------- Key: AXIS2-3296 URL: https://issues.apache.org/jira/browse/AXIS2-3296 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: kernel Affects Versions: 1.3, nightly Environment: Windows XP / JDK 1.4 (but also Sun Machine with WebSphere 5.1 and JDK 1.4) Reporter: Vincent Brabant I have a SoapFault where the SoapFaultCode is soapenv:Client. I am throwing an AxisFault by giving the SoapFault as argument throw new AxisFaul(soapFault) But it return always a soapenv:Receiver (SOAP1.2) or a soapenv:Server (SOAP1.1). -- 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org