Re: Return 2D array

2004-03-22 Thread James Black
Alok Pandey, Noida wrote: 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

Return 2D array

2004-03-22 Thread Alok Pandey, Noida
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