tiaguinho / gosoap

🦉SOAP package for Go
MIT License
507 stars 176 forks source link

keep the request parameters in the same order in which they are declared #53

Closed ant9301 closed 4 years ago

ant9301 commented 4 years ago

Some soap services require information to be sent in an orderly manner, but does Gosoap randomly order the parameters of the request instead of sending them in the order they were declared, any suggestions to be able to send the parameters in order?