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.
