How do I hide the exception stack trace from reponse with AxisFault? I managed to do it for my own exceptions by clearing their stackraces. But if some system exception occurs like "no SOAPAction header!" client gets the full stack trace which looks unprofessional and insecure because of exposure of server implementation details.
