t.w.s.Proxy : class documentation

Part of twisted.web.soap View Source View In Hierarchy

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): (source)
Undocumented
def _cbGotResult(self, result): (source)
Undocumented
def callRemote(self, method, *args, **kwargs): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.