Two dimensional Arrays

2002-10-04 Thread Ben Souther
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

2002-10-03 Thread Ben Souther
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).