8 Jun
2004
8 Jun
'04
11:06 a.m.
Hello Michael,
I would like to include dates in my xml-rpc answers. Zope gives me an error "long int exceeds XML-RPC limits". In my Script (Python) I am not allowed to import the DateTime class from xmlrpclib.
Do I really have to use external methods?
Have you tried to convert the date to string and send a string?
Yes I did. But then it it send as <string /> markup, not as <date.iso8601 /> markup. /Ulrich