XML RPC Problem....

Fredrik Lundh fredrik at pythonware.com
Sat Sep 13 04:44:30 EDT 2008


Usman Ajmal wrote:

> Please explain the arguments of send_request. What exactly are the 
> connection, handler and request_body? It will be really helpful if you 
> give an example of how do i call send_request

you don't call send_request.  you should pass the SecureTransport 
instance as an argument to the ServerProxy, which will then use it to 
talk to the server.  see the "custom transport" example in the library 
reference that I pointed you to.

   http://www.python.org/doc/lib/xmlrpc-client-example.html

</F>




More information about the Python-list mailing list