Search This Blog

Thursday, September 16, 2010

Exceptions in web services

Exceptions could be thrown inside a Web Service for various reasons. The possible types of exceptions that could be thrown are:
1.RuntimeException
2.RemoteException
3.SOAPFaultException
4.User Defined Exception.

No comments:

Post a Comment