What steps will reproduce the problem?
args={'FirstName': str,'UserName': str})
What is the expected output? What do you see instead?
problem is when generate wsdl arguments order is different that should display
<xsd:element name="First Name" type="xsd:string"/>
<xsd:element name="UserName Name" type="xsd:string"/>
but when generate wsdl display liek
<xsd:element name="UserName" type="xsd:string"/>
<xsd:element name="FirstName" type="xsd:string"/>
why ?
What version of the product are you using? On what operating system?
ubutnu 12.04
soap2py 2.4https://code.google.com/p/pysimplesoap/issues/entry
Please attach the related WSDL (if any), a small code fragment to reproduce
and provide any additional information below.
Original issue reported on code.google.com by ara...@itsyn.com on 14 Jan 2015 at 12:57
Original issue reported on code.google.com by
ara...@itsyn.com
on 14 Jan 2015 at 12:57