Hi All,

Say I am exposing below skeleton EJB method as web service using AXIS. 

public String getMethod1()
{
        ..
        getMethod1.1()
                ..
}


If getMethod1.1() throws some unchecked exceptions that I didnt handle
in my code then how is this axs web service going to handle that. Will
it automatically convert that unchecked exception and throw as
AXISFault to client.  We need manually need to do anything in this
aspect ?


Thanks & Regards,
Kumar.

Reply via email to