[issue8792] Support Apache extensions to XML-RPC in xmlrpclib

2010-07-24 Thread Bhargav
Bhargav added the comment: What I do is not a possible solution, because some other machine might add e:nil, what we need is XML namespace parsing. Also I can't really use my solution, as it makes my client non-portable, I cant move it from my dev machine to production at all. This is

[issue8792] xmlrpclib compatibility issues with Apache XML-RPC library

2010-07-23 Thread Bhargav
Bhargav added the comment: I am seeing the same exception when the server returns ex:nil, even when I enable allow_none. The library only accepts 'nil' not 'ex:nil' As a workaround, I have added dispatch["ex:nil"] to my local library (which is obviously no