How I can trap the network errors in the Web Service. I have deployed a web service using
EJB. I would like to know how I can trap the network errors like java.net.ioexception in web service server service. I know how to trap this error in the web service client but need help in trapping this error in actual web service code.
Thanks