Daniel Beland a écrit :
I think there wasn't this behaviour before 1.2RC2; therefore I consider this is a bug, but no developer answered in the bug I reported :I had the same problem, and someone gave the answer earlier in another thread.
You need a class that contains only the array and no more attributes with the standard get/set methods + getX(int i) and setX(int i, X x) methods.
And your MyService class can return this class instead of an array. This
way you will have classes that conform to doc/lit and axis will
serialize/deserialize them correctly.
http://nagoya.apache.org/jira/browse/AXIS-1673
could you comment about your problemes in this bug ?
-- Julien