This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Adam.Bielański
Recipients Adam.Bielański, amaury.forgeotdarc, bhargav, bquinlan, bra, eric.araujo, loewis, orsenthil
Date 2010-11-16.13:44:16
SpamBayes Score 1.5753125e-07
Marked as misclassified No
Message-id <1289915059.36.0.619380641228.issue8792@psf.upfronthosting.co.za>
In-reply-to
Content
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/>
History
Date User Action Args
2010-11-16 13:44:19Adam.Bielańskisetrecipients: + Adam.Bielański, loewis, bquinlan, amaury.forgeotdarc, orsenthil, eric.araujo, bra, bhargav
2010-11-16 13:44:19Adam.Bielańskisetmessageid: <1289915059.36.0.619380641228.issue8792@psf.upfronthosting.co.za>
2010-11-16 13:44:17Adam.Bielańskilinkissue8792 messages
2010-11-16 13:44:17Adam.Bielańskicreate