Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 47074 invoked from network); 26 Oct 2005 14:46:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Oct 2005 14:46:49 -0000 Received: (qmail 92981 invoked by uid 500); 26 Oct 2005 14:46:45 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 92876 invoked by uid 500); 26 Oct 2005 14:46:44 -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 92842 invoked by uid 99); 26 Oct 2005 14:46:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 07:46:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [192.6.10.60] (HELO tobor.hpl.hp.com) (192.6.10.60) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 07:46:35 -0700 Received: from localhost (localhost [127.0.0.1]) by tobor.hpl.hp.com (Postfix) with ESMTP id 0A6363708C for ; Wed, 26 Oct 2005 15:46:15 +0100 (BST) Received: from tobor.hpl.hp.com ([127.0.0.1]) by localhost (tobor.hpl.hp.com [127.0.0.1]) (amavisd-new, port 20024) with LMTP id 09065-01-10 for ; Wed, 26 Oct 2005 15:46:15 +0100 (BST) Received: from kropotkin.hpl.hp.com (kropotkin.hpl.hp.com [15.144.59.2]) by tobor.hpl.hp.com (Postfix) with ESMTP id 407DE37076 for ; Wed, 26 Oct 2005 15:46:14 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 5293DA60F for ; Wed, 26 Oct 2005 15:46:15 +0100 (BST) Received: from kropotkin.hpl.hp.com ([127.0.0.1]) by localhost (kropotki [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06011-01-4 for ; Wed, 26 Oct 2005 15:46:14 +0100 (BST) Received: from timmay.hpl.hp.com (timmay-hb.hpl.hp.com [15.144.59.39]) by kropotkin.hpl.hp.com (Postfix) with ESMTP id 90166A60E for ; Wed, 26 Oct 2005 15:46:14 +0100 (BST) Received: from [15.144.25.135] (chamonix.hpl.hp.com [15.144.25.135]) by timmay.hpl.hp.com (8.13.2/8.13.2) with ESMTP id j9QEk9m8012263 for ; Wed, 26 Oct 2005 15:46:09 +0100 (BST) Message-ID: <435F96B1.1030500@apache.org> Date: Wed, 26 Oct 2005 15:46:09 +0100 From: Steve Loughran User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: axis-dev@ws.apache.org Subject: Re: [Axis2] AxisFault References: <435F61FA.2090008@apache.org> <1130337190.8159.0.camel@localhost.localdomain> <435F9482.5070006@thoughtcraft.com> In-Reply-To: <435F9482.5070006@thoughtcraft.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-HPLB-IMAP-MailScanner-Information: Please contact the Helpdesk for more information X-HPLB-IMAP-MailScanner: Found to be clean X-HPLB-IMAP-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5) X-Virus-Scanned: amavisd-new at kropotkin.hpl.hp.com X-Virus-Scanned: amavisd-new at hplb.hpl.hp.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Glen Daniels wrote: > +1 > > Axis 1.X's AxisFault does have the capability to add and access headers > as you request below. You might want to crib whatever you can from there. That is exactly my plan. > We might explore the utility of a WS-Addressing-specific fault subclass > which gives a nice API on top of the header-related stuff. > yeah. Though I still expect all received faults to be turned back into AxisFaults, with all the stuff underneath.