Adam Bielański <abg...@gmail.com> added the comment:

To make example provided by Amaury complete I'll add that in order to support 
both ways you also need to replace xmlrpclib.dumps() with code from attached 
file.

Changes to original xmlrpclib.dumps() function are outlined with comments. In 
short - it adds namespace declarations to methodCall and methodResponse 
elements and also makes Marshaller produce <ex:nil/> instead of <nil/>

----------
Added file: http://bugs.python.org/file19619/dumps_with_namespace.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8792>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to