javascript
Brief description  about Online courses   join in Online courses
View Medha Vadi Saini 's Profile

Service method throws an unchecked exception

What happens if the service method throws an Unchecked Exception?
Asked by Medha Vadi Saini | Jan 3, 2011 |  Reply now
Replies (1)
View java teacher 's Profile
when an unchecked exception is thrown by server then following job is done............

Checked exceptions and their properties are described in the WSDL. When they occur, the exception type all properties are added as detail to the soap fault. On the client side the correct exception is initialized, filled with the original properties and thrown.
Jan 13, 2011