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>

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to