Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
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.