[fw-general] Zend_Rest_Client and non-XML REST services

2011-03-22 Thread Hector Virgen
Hello, I'm attempting to use Zend_Rest_Client to talk to our own in-house REST service which responds with a content-type of application/json, but it seems that Zend_Rest_Client is only compatible with XML responses. Is there a way to support non-XML responses such as JSON? Thanks! -- *Hector

Re: [fw-general] Zend_Rest_Client and non-XML REST services

2011-03-22 Thread Matthew Weier O'Phinney
-- Hector Virgen djvir...@gmail.com wrote (on Tuesday, 22 March 2011, 12:03 PM -0700): I'm attempting to use Zend_Rest_Client to talk to our own in-house REST service which responds with a content-type of application/json, but it seems that Zend_Rest_Client is only compatible with XML

Re: [fw-general] Zend_Rest_Client and non-XML REST services

2011-03-22 Thread Hector Virgen
Thanks, Matthew. That's what I've been doing for the time being. I'm considering putting together a proposal to improve Zend_Rest (for ZF2.0). Improvements would include: - Client support for various response content types (xml, json, etc.) - Full level 3 maturity (server and client)

Re: [fw-general] Zend_Rest_Client and non-XML REST services

2011-03-22 Thread Matthew Weier O'Phinney
-- Hector Virgen djvir...@gmail.com wrote (on Tuesday, 22 March 2011, 01:25 PM -0700): Thanks, Matthew. That's what I've been doing for the time being. I'm considering putting together a proposal to improve Zend_Rest (for ZF2.0). Improvements would include: • Client support for various