I've created a webservice function that returns a two dimensional array of Strings (a long list of name/value pairs). When I view the WSDL in a browser, it appears that Axis knows how to handle it (It's listed as being an array of arrays) but the client crashes with a deserialization error. For the sake of interoperability, I want to avoid mapping Java Beans and/or Java specific types.
If this can be done, any pointers to examples would be appreciated. Thanks
