Hallo David,
I am a suds newby who struggled with a similar problem and solved it with help from somebody on another mailing list.
On Thu, Nov 25, 2010 at 04:23:28AM +0200, David Hobley wrote:
cDSeq = [] cDSeq.append(createCarrierDetails(client, '100', '123456', '2010-10-22', 'Carrier1', 'N')) mop.carrierDetails = cDSeq
I would try:
mop.carrierDetails = {'orderId': 100, 'carrier': Carrier1, 'conNote: '123456'}
Regards Johann