Hi I have some POJO Web Services that throws different types of exceptions (Error, Warning, Security) that are converted into different types of faults. If I use RPCServiceClient I only get AxisFault and in the detail attribute I get the XML. Is there a way to easily map this exception to my existing java exceptions (Error, Warning, Security).
Regards, Néstor Boscán