3 Sep
2002
3 Sep
'02
3:38 p.m.
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 you return a structure with None in it you get an error, one of these appears 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 structure.