class twisted.web.soap.Proxy: (source)
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 |
Instance Variable | url | Undocumented |
Instance Variable | namespace | Undocumented |
Instance Variable | header | Undocumented |
Method | callRemote | Undocumented |
Method | _cbGotResult | Undocumented |