Re: SOAPpy Error

2007-09-24 Thread Steve Holden
linuxprog wrote: > linuxprog a écrit : [obscure soappy question] [...] >> wha's wrong ? >> >> Thanks >> > still no answer !? Four hours, and the Intarweb hasn't come up with the answer to your question?!?!?!?!?!?!?! I'd ask Al Gore for your money back if I were you ... regards Steve -- Ste

Re: SOAPpy Error

2007-09-24 Thread linuxprog
linuxprog a écrit : > hi all > > i'm building a webservice client with soappy > > when i send some informations it's returns an error > here is the informations that generates the error >var = SOAPpy.structType() >var._addItem("code", u"XysZjd") >var._addItem("value", 1) > when i send t

SOAPpy Error

2007-09-24 Thread linuxprog
hi all i'm building a webservice client with soappy when i send some informations it's returns an error here is the informations that generates the error var = SOAPpy.structType() var._addItem("code", u"XysZjd") var._addItem("value", 1) when i send the var variable SOAPpy prints this