coherence.upnp.core.soap_proxy (module)¶
-
class
SOAPProxy
(url, namespace=None, envelope_attrib=None, header=None, soapaction=None)[source]¶ Bases:
coherence.log.LogAble
A Proxy for making remote SOAP calls.
Based upon twisted.web.soap.Proxy and extracted to remove the SOAPpy dependency
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’.
-
logCategory
= 'soap'¶
-