check in the ref. doc http://ws.apache.org/axis/java/reference.html
in the server global configuration there is a flag axis.development.system try to set it to false Christophe Christophe Roudet >>> [EMAIL PROTECTED] 07/31/04 01:20 AM >>> Hi all, I am using Axis 1.1 Java for creating my WS app (using WebObjects). When I create a fault in my app (AxisFault), I always get a stack trace. I have tried aFault.setFaultDetail(null) and other things to no avail. What I would really like to do is this : When a fault situation occurs, return to the client a code (ie. ABC.123) and a message, and nothing else (other than the envelope). Is this possible using 1.1? thanks, David.
