Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 44665 invoked from network); 9 Dec 2003 10:56:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 9 Dec 2003 10:56:25 -0000 Received: (qmail 75385 invoked by uid 500); 9 Dec 2003 10:55:48 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 75372 invoked by uid 500); 9 Dec 2003 10:55:48 -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: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 75355 invoked from network); 9 Dec 2003 10:55:47 -0000 Subject: RE: Handler question Date: Tue, 9 Dec 2003 05:55:56 -0500 Message-ID: <64EE0DBA15556341AF577C102564465D03419C@admin-server.javector.com> X-MS-Has-Attach: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MS-TNEF-Correlator: Thread-Topic: Handler question Thread-Index: AcO+QwWLLBrnyRY2Tk+ewmNzklt6wg== content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 From: "Mark D. Hansen" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Actually, I'm trying to write a patch for the JAXRPCHandler class since = it does not work correctly when false is returned. Any ideas? -- Mark > -----Original Message----- > From: Thomas Bayer [mailto:bayer@oio.de] > Sent: Tuesday, December 09, 2003 3:44 AM > To: axis-user@ws.apache.org > Subject: AW: Handler question >=20 >=20 > Use a JAXRPCHandler and return false if you want to stop processing. >=20 > > -----Urspr=FCngliche Nachricht----- > > Von: Mark D. Hansen [mailto:khookguy@yahoo.com] > > Gesendet: Montag, 8. Dezember 2003 23:43 > > An: AXIS Users (E-mail) > > Betreff: Handler question > > > > > > I need to write a handler (server side) that, under certain > > conditions in the SOAPMessage being processed, prevents the > > target SOAP service from getting executed. But, I don't want to > > throw an exception. Can anyone provide some insight as to how > > this is done with Axis? > > > > Thanks, > > > > Mark > > >=20