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:
On Mar 27, 1:15 am, Justin Ezequiel
wrote:
> On Mar 27, 3:33 pm, [email protected] wrote:
>
>
>
> > Working my way through suds, I have something like this:
>
> > >>> event = client.factory.create('ns0:UserVerifiedEvent')
> > >>> print event
>
> > (UserVerifiedEvent){
> > event-id = None
>