Re: [Twisted-Python] WSDL Proxy Send variable names

2010-03-02 Thread Kamil Wasilewski
On Tue, Mar 2, 2010 at 3:48 PM, Landreville wrote: > On Tue, Mar 2, 2010 at 5:20 AM, Kamil Wasilewski 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 re

Re: [Twisted-Python] WSDL Proxy Send variable names

2010-03-02 Thread Landreville
On Tue, Mar 2, 2010 at 5:20 AM, Kamil Wasilewski 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 out

[Twisted-Python] WSDL Proxy Send variable names

2010-03-02 Thread Kamil Wasilewski
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. wsdlFile = "http://webapi.allegro.pl/uploader