class documentation

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

Undocumented

Undocumented

namespace = (source)

Undocumented

header = (source)

Undocumented

def _cbGotResult(self, result): (source)

Undocumented

def callRemote(self, method, *args, **kwargs): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.