[Zope] Help: XMLRPC question

Toby Dickenson tdickenson@geminidataloggers.com
Tue, 3 Sep 2002 16:38:00 +0100


On Tuesday 03 Sep 2002 3:16 pm, Martijn Pieters wrote:
> On Tue, Sep 03, 2002 at 06:59:59AM -0700, Andy McKay wrote:
> > Whats the error type and value? xmlrpc cannot marshal "None" so if yo=
u
> > return a structure with None in it you get an error, one of these app=
ears
> > in your traceback.
>
> Recent version of Zope marshall None as boolean false. What version of =
Zope
> is the XML-RPC server using?

since 2.5 (i think) will marshall a return value that is simply 'None'.

2.6 is the first version to apply the same logic if None appears inside a=
 data=20
structure.