Web Service Exceptions
Web Service Exceptions
Exception handling within web services can be a very complicated task, depending on the platform you are using. Some platforms hide the internal implementation of web services. .NET is such an example. Many of the lower-level errors are trapped in the .NET framework and handled gracefully. Other platforms which reveal the actual implementation also reveal lower-level errors more plainly.
So as not to gloss over any of the lower-level details, we will discuss the full range of errors and exceptions below.
This is what was achieved and what was omitted in this how-to.