You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Néstor Boscán <ne...@gmail.com> on 2011/09/22 19:10:10 UTC

Manage multiple faults using RPCServiceClient

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