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
