Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.9.0

Request #5869 Provide access to the raw XML returned from the service
Submitted: 2005-11-04 18:39 UTC
From: stoyan at gmail dot com Assigned: ttsuruoka
Status: Closed Package: Services_Amazon
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2005-11-04 18:39 UTC] stoyan at gmail dot com
Description: ------------ It would be nice if the package can return the XML result from the request, without XML_Unserialize-ing it, leaving the class user to decide what to do with the XML (e.g. parse it on the client-side with JS)

Comments

 [2007-12-17 15:10 UTC] ttsuruoka (Tatsuya Tsuruoka)
This has been fixed in 0.7.1. Services_AmazonECS4::getRawResult() is available.