Johann,
thanks for the pointer; I changed the code as per the attached script. But still see the same problem in the XML:
ns0:ProcessOrdersRequest ns0:profileNote0 <!-- UNDEFINED IN WSDL --> ns0:MarkOrdersPacked ns0:carrierDetails ns0:orderId100</ns0:orderId> ns0:carrierCarrier1</ns0:carrier> ns0:conNote123456</ns0:conNote> </ns0:carrierDetails> </ns0:MarkOrdersPacked> ns0:profileNote0 ns0:noteNevada Ship Verification process</ns0:note> ns0:noteTypeInternal</ns0:noteType> </ns0:profileNote0> </ns0:profileNote0> <!-- UNDEFINED IN WSDL --> </ns0:ProcessOrdersRequest> </ns1:Body>
From: "Johann Spies" jspies@sun.ac.za To: suds@lists.fedoraproject.org Sent: Thursday, 25 November, 2010 5:06:09 PM Subject: Re: [Fedora-suds-list] Suds not interpreting WSDL correctly?
On Thu, Nov 25, 2010 at 08:47:32AM +0200, Johann Spies wrote:
mop.carrierDetails = {'orderId': 100, 'carrier': Carrier1, 'conNote: '123456'}
Correction: mop.carrierDetails = {'orderId': 100, 'carrier': Carrier1, 'conNote' : '123456'}
Regards Johann