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 issue.

What I did was to create a bean that just holds an array, and returned an array of this bean, so that I could return a 2D array.

I also could convert this into an xml string and rebuild it on the client side as a 2D array.

--
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    [EMAIL PROTECTED]




Reply via email to