Hi, My .NET web service returns a 2D array, which I want to call from axis client. I am using wsdl2java to invoke the .NET client. It works fine with 1D array, but with 2D array it throws exception saying "array is not one dimensional".
Can anybody help me resolve this issue. Thanks in Advance Alok