We ate migrating some webservices from axis (java). With axis it does not complain if the fields come out of order, even if the type is a sequence. That's not what the specification says but it is how it works.
When migrating to GWS, the type generated has the XMLSequence attribute and, if you send a XML request with the fields out of order, the Genero serialisation engine gives an error.
Is there any way to make the serialisation engine ignore this error?
We thought to use XMLAll instead but it is not compatible with a XMLList as a child, that is something we have a lot.