XML-RPC Bug?

Skip Montanaro skip at pobox.com
Sun Mar 17 11:24:50 EST 2002


    Jesper> With xmlrpclib & SimpleXMLRPCServer it is possible to call
    Jesper> procedures remotly, which return various simple python types.

    Jesper> If I call a procedure that returns nothing, I get a
    Jesper> "<ProtocolError: 500 Internal error>"

    Jesper> Surely that is a bug?

Actually, no it's not.  XML-RPC supports a limited set of data types.  It
doesn't support a nil or None type.  For details, check the XML-RPC spec:

    http://www.xmlrpc.com/spec

-- 
Skip Montanaro (skip at pobox.com - http://www.mojam.com/)




More information about the Python-list mailing list