Two dimensional Arrays
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 deserial
Two dimensional arrays
Can anyone point me to an example of deserializing a two dimensional array? It looks like Axis has no problem serializing it (juging from the wsdl).