[Soap-Python] spyne: incorrect order of elements is wsdl?

Francisco Meza fmezas at gmail.com
Wed Jun 5 22:40:38 CEST 2013


hi

is it just me or the order of element in the wsdl generated by spyne is not
the standard one defined in http://www.w3.org/TR/wsdl

from spyne I get:

definition
   types
   message
   service
   portType
   binding

in http://www.w3.org/TR/wsdl I see (in http://www.w3.org/TR/wsdl#A4.1) a
schema that indicates the sequence should be

definition
   types
   message
   portType
   binding
   service

this causes problems with strict client tools like the one provided by SAP

Francisco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/soap/attachments/20130605/43042299/attachment.html>


More information about the Soap mailing list