Chaps, I wrote a service for axis 1.4 that had a method that returned String[][]. Using the standard java2wsdl and wsdl2java a method stub was created that returned String[][] and it all worked fine.
My client now wants to upgrade to Axis2, but using java2wsdl and wsdl2java now generates a stub that returns only a String[], and apparantely Axis2 doesn't support 2d arrays. I'm not really a SOAP expert, but is there a way around this? Cheers, Simon
