Re: soap request includes a hyphenated field, don't know how to set it

2009-03-27 Thread straycat000
On Mar 27, 1:15 am, Justin Ezequiel wrote: > On Mar 27, 3:33 pm, straycat...@yahoo.com wrote: > > > > > Working my way through suds, I have something like this: > > > >>> event = client.factory.create('ns0:UserVerifiedEvent') > > >>> print event > > > (UserVerifiedEvent){ > >    event-id = None >

Re: soap request includes a hyphenated field, don't know how to set it

2009-03-27 Thread Justin Ezequiel
On Mar 27, 3:33 pm, straycat...@yahoo.com wrote: > Working my way through suds, I have something like this: > > >>> event = client.factory.create('ns0:UserVerifiedEvent') > >>> print event > > (UserVerifiedEvent){ >    event-id = None >    user-verified-content[] = >    domain-specific-attributes

soap request includes a hyphenated field, don't know how to set it

2009-03-27 Thread straycat000
I'm trying to use suds to create a SOAP request. The request includes a hyphenated field. Python won't let me set to hyphenated variables. Is there a way around this? Don't tell me to use an underscore because the SOAP server won't recognize it. The request is supposed to look like this: http: