longjn / android-ws-client

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

Order of the soap body tags not preserved #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create stubs from a wsdl which has 4 or more child under body tag
2. Look at the request log.

What is the expected output? What do you see instead?
Child tags should be in same order as in wsdl, but they get jumbled. this 
causes exception on the server side as the SAX parser expects the tag in same 
sequential order as in wsdl.

What version of the product are you using? On what operating system?
MAC OS 10.6.6,  androidWSClientGenDist-1.2.0, apache-cxf-2.6.1 

Please provide any additional information below.
If the generated xml request is sent through SoapUI without changing order, 
server sends exception. But if order of the tags the corrected (as is in wsdl), 
server responds correctly.

Original issue reported on code.google.com by grv...@gmail.com on 1 Aug 2012 at 6:45