| Author |
Error handling in RESTful Webservices
|
Saathvik Reddy
Ranch Hand
Joined: Jun 03, 2005
Posts: 228
|
|
Hi,
I am new to Restful web services. Could anyone point me to any resources which talks about Error handling in Restful web services.
Thanks in advance
Srikanth.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
|
|
RESTful designs like to use existing HTTP error reporting mechanisms rather than inventing new ones.
The javax.servlet.http.HttpServletResponse interface Javadocs gives a list of these industry standard status codes.
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Error handling in RESTful Webservices
|
|
|