Does anyone have any ideas what the problem could be here? We are totally stumped and any help would be gratefully received.
Cheers,
David
From: "David Hobley" <david.hobley@mionegroup.com>
To: suds@lists.fedoraproject.org
Sent: Friday, 26 November, 2010 11:26:16 AM
Subject: Re: [Fedora-suds-list] Suds not interpreting WSDL correctly?
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:orderId>100</ns0:orderId>
<ns0:carrier>Carrier1</ns0:carrier>
<ns0:conNote>123456</ns0:conNote>
</ns0:carrierDetails>
</ns0:MarkOrdersPacked>
<ns0:profileNote0>
<ns0:note>Nevada Ship Verification process</ns0:note>
<ns0:noteType>Internal</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
--
Johann Spies Telefoon: 021-808 4699
Databestuurder / Data manager
Sentrum vir Navorsing oor Evaluasie, Wetenskap en Tegnologie
Centre for Research on Evaluation, Science and Technology
Universiteit Stellenbosch.
"Let us therefore come boldly unto the throne of grace,
that we may obtain mercy, and find grace to help in
time of need." Hebrews 4:16
_______________________________________________
suds mailing list
suds@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/suds
--
Cheers,
David Hobley
IT Manager
miessence - unrivaled purity, potency and freshness.
Phone: +61 (7) 5582 7020
Web: www.miessence.com
Think of our environment, please only print a hard copy of this message if necessary.
_______________________________________________
suds mailing list
suds@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/suds
--
Cheers,
David Hobley
IT Manager
miessence - unrivaled purity, potency and freshness.
Phone: +61 (7) 5582 7020
Web: www.miessence.com
Think of our environment, please only print a hard copy of this message if necessary.