I'm trying to make a webservice that returns an array of objects, which contains another array of objects.
Everything works fine, when I hack the wsdl manually.
How can I make it work automatically?
I'm using Eclipse 3.4 for Java EE, Axis 1.4, Glassfish v2 UR2, and Eclipse's Web Services...