Hi i'm using axis2 for WS using bottom up, fro Java class to WS.When i see the generated XML, the class attribute order is serialized by axisin alphabetical order.What i want is how to specify the order of the attribute as it is appearin the java source (maybe using somekind of config file or annotation ?)is there a way to do this in axis2?or any other solution ?Thanks.