[Twisted-Python] WSDL Proxy Send variable names

Landreville landreville at deadtreepages.com
Tue Mar 2 09:48:36 EST 2010


On Tue, Mar 2, 2010 at 5:20 AM, Kamil Wasilewski <kamil at lucem.pl> wrote:
> Hi,
>  I need to be able to send variable names when sending requests to a SOAP
> server. Currently SOAPpy sends my variables automatically named as v1, v2,
> v3. The server requires they have a name varNameA, varNameB etc.
> Here is my outgoing SOAP and code.
>

I played around with SOAPpy a couple months ago; I'm fairly sure that
it does order-based parameters by default and I don't remember finding
a way to use named parameters.

There is another SOAP library called ZSI that might have that (it's
not integrated with Twisted though).



More information about the Twisted-Python mailing list