Re: XML RPC Problem....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fredrik Lundh

    Re: XML RPC Problem....

    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.



    </F>

Working...