Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 55222 invoked from network); 13 Dec 2006 13:57:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2006 13:57:09 -0000 Received: (qmail 18374 invoked by uid 500); 13 Dec 2006 13:57:09 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 18361 invoked by uid 500); 13 Dec 2006 13:57:09 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 18350 invoked by uid 99); 13 Dec 2006 13:57:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 05:57:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [138.88.161.105] (HELO emprisanetworks.com) (138.88.161.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 05:56:58 -0800 Received: from portal.emprisanetworks.com (localhost [127.0.0.1]) by emprisanetworks.com (Postfix) with ESMTP id C931F188451B for ; Wed, 13 Dec 2006 08:56:37 -0500 (EST) Received: from 10.1.1.116 (SquirrelMail authenticated user spavuluri) by portal.emprisanetworks.com with HTTP; Wed, 13 Dec 2006 08:56:37 -0500 (EST) Message-ID: <4973.10.1.1.116.1166018197.squirrel@portal.emprisanetworks.com> In-Reply-To: <457F8351.4040006@opensource.lk> References: <2689.10.1.1.116.1165881534.squirrel@portal.emprisanetworks.com> <457E40C6.5040809@opensource.lk> <3318.10.1.1.116.1165934677.squirrel@portal.emprisanetworks.com> <457F8351.4040006@opensource.lk> Date: Wed, 13 Dec 2006 08:56:37 -0500 (EST) Subject: Re: [Axis 2] What's wrong with this tcpmon response? From: "Sathija Pavuluri" To: axis-user@ws.apache.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org Well, not quite. I get the exception only when I expect it. I am basically querying some stuff from the client here, by passing some parameters. When my params are good, the service can process them properly and returns appropriate data. Then I deliberately pass in bad data (only bad data, not bad request), where the service cannot process such data and returns me an exception. say even an NPE, which I am wrapping in an AxisFault and throwing to the client. In this scenario, the client only throws an OMException, where I'd expect an AxisFault which the service actually threw. This is actually just a simple test for axis' exception propagation capability. My only question is, when the response is valid (atleast seems to me it is valid), why do I get the OMException. Thanks, Sathija > Hi Sathija ; > >>Deepal, >>Here is the request. >>When an exception is not returned and the service processes the data and returns a response correctly. >> > Dose that mean you are not getting the exception for each request? , are > u getting that randomly ? > > Thanks > Deepal > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-user-help@ws.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org