Valerie -- Throwing an AxisFault is the correct methodology to use...... maybe you need to post some code snippets, wire dump, and configuration information.....
To start isolating the issue, use tcpmon to determine if the custom fault is returning over the wire.... /Chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 11:28 AM To: [EMAIL PROTECTED] Subject: question about handlers Hello I have a simple client and a simple service which have a handler on its request flow. My handler must sometimes refuse the access to the service. In this case, I want it to return a special error message to the client. How can I do this ? I've tried throwing an AxisFault, but on the client I can't get the error message : only get an axisFault with NullPointerException Valerie