Can the Axis client deserialize a two dimensional array of Strings? I've written a webservice function that returns one and, judging from the generated WSDL, Axis seems to know what it's dealing with. The problem comes when I try to consume the webservice with the Axis client. I get a deserialization error.
I'm trying to avoid mapping Java specific collections or beans for the sake of interoperability.