Usman Ajmal wrote:
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>
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
connection, handler and request_body? It will be really helpful if you
give an example of how do i call send_request
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>