Skip Menu |

This queue is for tickets about the RPC-XML CPAN distribution.

Report information
The Basics
Id: 62916
Status: resolved
Priority: 0/
Queue: RPC-XML

People
Owner: rjray [...] blackperl.com
Requestors: marko.nordberg [...] pp.inet.fi
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.73
Fixed in: 0.74



Subject: RPC::XML::datetime_iso8601 returns date string in wrong format
RPC::XML::datetime_iso8601 returns the time in wrong format that uses hashes between date fields. E.g. "YYYY-MM-DDThh:mm:dd". Correct format for xml-rpc would be "YYYYMMThh:mm:dd". This makes RPC::XML incompatible with other packages that strictly follow the xml-rpc specification. For example Apache XML-RPC used by Java programmers. PS. I already know that ISO8601 purists say that mixing basic and extended format is not according to spec.
This was my mistake, a product of trying to satisfy the spec and the purists at the same time. Fixed, and will be in the forthcoming 0.74 release. Randy -- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com
Subject: Re: [rt.cpan.org #62916] RPC::XML::datetime_iso8601 returns date string in wrong format
Date: Sun, 23 Jan 2011 08:32:10 +0200
To: bug-RPC-XML [...] rt.cpan.org
From: Marko Nordberg <Marko.Nordberg [...] pp.inet.fi>
OK. RPC::XML should accept both date styles in incoming messages so that it remains compatible with old version of RPC::XML and xml-rpc implementations. Marko Nordberg
That is what I meant to do originally. I don't know how/why it got broken, but it is fixed now. -- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Silicon Valley Scale Modelers: http://www.svsm.org rjray@blackperl.com randy.j.ray@gmail.com