A Proxy for making remote SOAP calls.

Pass the URL of the remote SOAP server to the constructor.

Use proxy.callRemote('foobar', 1, 2) to call remote method 'foobar' with args 1 and 2, proxy.callRemote('foobar', x=1) will call foobar with named argument 'x'.

Method __init__ Undocumented
Method callRemote Undocumented
Method _cbGotResult Undocumented
def __init__(self, url, namespace=None, header=None):
Undocumented
def _cbGotResult(self, result):
Undocumented
def callRemote(self, method, *args, **kwargs):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.