Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 10218 invoked from network); 25 Apr 2006 19:14:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Apr 2006 19:14:44 -0000 Received: (qmail 12154 invoked by uid 500); 25 Apr 2006 19:14:32 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 12091 invoked by uid 500); 25 Apr 2006 19:14:32 -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 12060 invoked by uid 99); 25 Apr 2006 19:14:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 12:14:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of robertlazarski@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO pproxy.gmail.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Apr 2006 12:14:31 -0700 Received: by pproxy.gmail.com with SMTP id b29so1429564pya for ; Tue, 25 Apr 2006 12:14:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=GAXJxecKjdCHZhfY6nZP34KsNsI9aL5NIb+5joTY2WslDwvO2rC1xQEVmIf4ZleRVGKm5deAnJpJbTgouZRzt7bQGi0eLO4XOECXcPhfGgLV42EkP8hy9X9ExCYn9IzpwWdtp/AltHxwolBSIsm9VGSc8RGPLYPe0xPxIVBfBpA= Received: by 10.35.99.14 with SMTP id b14mr3240639pym; Tue, 25 Apr 2006 12:14:10 -0700 (PDT) Received: by 10.35.46.12 with HTTP; Tue, 25 Apr 2006 12:14:10 -0700 (PDT) Message-ID: Date: Tue, 25 Apr 2006 16:14:10 -0300 From: "robert lazarski" To: axis-dev@ws.apache.org, chinthaka@opensource.lk Subject: Re: [axis2] How to get an EPR on MessageContext.OUT_FAULT_FLOW In-Reply-To: <444E712E.5040200@opensource.lk> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13801_22633891.1145992450807" References: <444E712E.5040200@opensource.lk> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_13801_22633891.1145992450807 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Almost. Inside a Handler in a module on the server side I want to know who sent a fault - for logging or troubleshooting purposes. Just curious to kno= w why of the four flows only OUT_FLOW seemingly can't get an EPR. Thanks! Robert On 4/25/06, Eran Chinthaka wrote: > > Hi Robert, > > If I understand correct, do you wanna get the EPR of Endpoint who sent > you a fault ? Meaning, if you are in the client side, you wanna get the > From EPR of the response message ? > > -- Chinthaka > > robert lazarski wrote: > > Hi all, > > > > MessageContext has: > > > > messageContext.getTo() > > messageContext.getFrom() > > messageContext.getFaultTo() > > > > All returning EndpointReference . Yet I see no equivalent on > > MessageContext.OUT_FAULT_FLOW , ie, I'm expecting an 'getFaultFrom' but > > don't see one. Perhaps this is not a valid case, but I need to get an > > EndpointReference on MessageContext.OUT_FAULT_FLOW, somehow. > > > > Any ideas? > > > > Robert > > http://www.braziloutsource.com/ > > > > > ------=_Part_13801_22633891.1145992450807 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Almost. Inside a Handler in a module on the server side I want to know who sent a fault - for logging or troubleshooting purposes. Just curious to know why of the four flows only OUT_FLOW seemingly can't get an EPR.

Thanks!
Robert

On 4/25/06, Eran Chinthaka <chinthaka@opensource.lk> wrote:
Hi Robert,

If I understand correct, do you wanna get the EPR of Endp= oint who sent
you a fault ? Meaning, if you are in the client side, you = wanna get the
From EPR of the response message ?

-- Chinthaka

robert lazarski wrote:
> Hi all,
>
> MessageConte= xt has:
>
> messageContext.getTo()
> messageContext.getFr= om()
> messageContext.getFaultTo()
>
> All returning Endp= ointReference . Yet I see no equivalent on
> MessageContext.OUT_FAULT_FLOW , ie, I'm expecting an 'getFaultFrom= ' but
> don't see one.  Perhaps this is not a valid case,&n= bsp; but I need to get an
> EndpointReference on MessageContext.= OUT_FAULT_FLOW, somehow.
>
> Any ideas?
>
> Robert
> http://www.braziloutsource.com/


=


------=_Part_13801_22633891.1145992450807--