[wp-xmlrpc] what clients send an XML declaration in XML-RPC requests?

Marcelo Jedi marcelobarrosalmeida at gmail.com
Sat Jul 25 20:28:15 UTC 2009


Hi

Python xmlrpclib module does it. For instance, see the request for
supported methods:

<?xml version='1.0'?>
<methodCall>
<methodName>mt.supportedMethods</methodName>
<params>
</params>
</methodCall>

Marcelo Barros

-- 
-----------------------------------------------
Try to take over the world


More information about the wp-xmlrpc mailing list