Part of twisted.web.soap View Source View In Hierarchy
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 |