Re: How to build a body like this use SOAPPy?

2008-04-01 Thread John J. Lee
qgg <[EMAIL PROTECTED]> writes: [...] > [...] Heh, you may have picked an discouragingly spammish subject line. John -- http://mail.python.org/mailman/listinfo/python-list

How to build a body like this use SOAPPy?

2008-03-31 Thread qgg
repeat arrWords aa 11 bb 22 99 I try like this,but fail: WordsRequest(arrWords=[{'Name:u'aa','Num':u'11'}, {'Name:u'bb','Num':u'22'}],intActionId=99) W