Hi, Walter, Walter Mundt wrote: > Testing using Python's xmlrpclib, I got this error when trying to call a > method taking a string parameter: > 0: 'Failed to parse XML-RPC request: Unknown type: string'
<action dev="jochen" type="fix" due-to="Walter Mundt" due-to-email="[EMAIL PROTECTED]"> The "string" tag could not be parsed. </action> > Also, testing using the new XmlRpcClient, I get a parse failure from the > following response: <action dev="jochen" type="fix" due-to="Walter Mundt" due-to-email="[EMAIL PROTECTED]"> Nested object arrays could not be parsed. </action> thanks for the reports. Both should be fixed. Please understand, that this took my time for today, so I will be looking at your patch in XMLRPC-76 tomorrow. Jochen