ZF-3336: Zend_Rest XML format
Description
Currently the format is inconsistent and carries unnecessary information (in addition to not being documented).
Suggested Improvement: - remove the called and method from the XML (they're known) - wrap any type of response in a root node - add the status as an attribute to the response Success: <response generator="zend" version="1.0" status="success'>
- For exceptions adding the type of exception would be helpful <response generator="zend" version="1.0" status="failed'> FooBarException
Comments
Posted by Wil Sinclair (wil) on 2008-06-01T13:04:36.000+0000
Please evaluate and categorize as necessary. I've already targeted a release, but please update if that schedule is not appropriate or realistic.
Posted by Rob Allen (rob) on 2012-11-20T20:52:40.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.