Hi, anyone knows how to unwrap AxisFaults ?
I have a SecurityException thrown on server side. This is wrapped into an AxisFault and sent to the client, which expects a SecurityException, not an AxisFault. Is there a utility like AxisFault.makeFault(Exception), but working in the opposite way ? Thanks Alireza