News Feed
Jobs Feed
Sections




News Archive
Lorna Mitchell's Blog:
Error Feedback for Web Services
May 25, 2009 @ 14:29:46

In a recent post to her blog, Lorna Mitchell looks at giving feedback for errors on a web service.

Today we'll look at another really important aspect of authoring web services, and one feature that will definitely get used - error handling and feedback! Having clear and robust error handling in your service will help those trying to consume it immeasurably. Nothing is more annoying that impenetrable errors, unclear responses, or a service which accepts your input but then turns out not to have done what you expected. And I say that from experience.

She suggests that, instead of having one single error after another a more useful (and less frustrating) method is to have a "stack" of errors. Her code examples show how to added the errors to a $messages array and, at the end of the request, spit them back out in an easy to parse method.

0 comments voice your opinion now!
webservice feedback error


blog comments powered by Disqus

Similar Posts

Philip Norton's Blog: Creating A Thumbnail Of A Word Document With PHP And LiveDocx

TechChorus Blog: Create RESTful Applications Using The Zend Framework - Part II: Using HTTP Response

php|architect: Stored Procedure Programming for MySQL5 (Part 2)

PHPMaster.com: Why Suppressing Notices is Wrong

Greg Beaver's Blog: Update to libxml2 in PHP - progress hath been acquired


Community Events











Don't see your event here?
Let us know!


functional composer zendframework2 code phpunit introduction podcast unittest development language framework api series interview release example database community testing opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework