kvin024 / ksoap2-android

Automatically exported from code.google.com/p/ksoap2-android
0 stars 0 forks source link

No ordering between properties and SoapObjects #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add properties to a request
2. add SoapObjects to the request

What is the expected output? What do you see instead?
Properties should appear before nested SoapObjects. 
Instead, SoapObjects appear first in the requestDump, then the properties 
(whatever the order I insert them)

What version of the product are you using? On what operating system?
2.6.0 / winXP

Please provide any additional information below.
The webservice I'm trying to reach won't accept the request unless items are in 
proper order, and I need to use nested SoapObjects to add some key/value pairs 
to the request

Original issue reported on code.google.com by ramseys...@gmail.com on 16 Dec 2011 at 4:33

GoogleCodeExporter commented 9 years ago
From what I know order is not part of a valid soap request and as such your 
service is broken. Unless you can point me to a document that says otherwise (a 
spec) this isssue will be closed unless you provide a fix for it.

Original comment by mosa...@gmail.com on 16 Dec 2011 at 9:05

GoogleCodeExporter commented 9 years ago
This should be fixed with 2.6.2 and 
https://github.com/mosabua/ksoap2-android/pull/10

Please verify.

Original comment by mosa...@gmail.com on 16 Jan 2012 at 7:18

GoogleCodeExporter commented 9 years ago
Thank you for your answer and support. I'm currently working on another
topic so i can't provide feedback right now, but i'm sure it will be used,
as I saw similar requests across the net.

Thanks again,

Original comment by ramseys...@gmail.com on 17 Jan 2012 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by mosa...@gmail.com on 17 Jan 2012 at 4:48