-- Sergej Kurakin <
sergej.kurakin@...> wrote
(on Monday, 31 March 2008, 02:51 AM -0700):
>
> So, today I was writing an web-application with XML-RPC client from Ruby,
> that uses XML-RPC server, based on Zend_XmlRpc_Server and found interesting
> issue.
>
> As I see from sources Zend_XmlRpc_Server sends HTTP header Content-Type:
> application/xml, and XML-RPC client expects an Content-Type: text/xml and if
> gets other - throws exceptions.
>
> I understand, that it sounds more as client issue, but in
>
http://www.xmlrpc.com/spec XML-RPC spec I see responce example with
> Content-Type: text/xml. Is it a small bug in default Zend_XmlRpc_Server
> (actually in Zend_XmlRpc_Response_Http)? I know, it is easy to solve.
I wouldn't call it a bug, necessarily, but we should try and adhere to
the standard as much as possible.
Do you have permissions to post issues to the issue tracker? If so,
please report this; if not, let me know and I will.
--
Matthew Weier O'Phinney
PHP Developer |
matthew@...
Zend - The PHP Company |
http://www.zend.com/