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 Marcello Orizi <ma...@gmail.com> on 2008/09/10 19:43:42 UTC

Axis2 and Rampart - how to catch UnsupportedCallbackException ?

Hi all,
 Is it possible to catch somewhere the UnsupportedCallbackException in
order to realize the following scenario?

 - the client send an authentication request
 - if the authentication is OK -> continue
 - if the authentication is not OK -> catch the Exception and continue
processing the request in the Skeleton class

i.e. consider if you want to show:
 - a plain result if the authentication is OK
 - only a subset of the information if the authentication is not OK.

Actually it seems that the processing flow is broken if the
authentication is not successfully executed or probably I missed
something

Regards,
 Marcello

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org