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
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to