A null pointer?  The array de-serializer should throw an exception with a message like
"Multi-dimensional arrays are not supported "That is because Apache SOAP does not 
support multi-dimensional arrays.  FWIW, .NET does not support them, either.

Are you sure you have a multi-dimensional array, not nested arrays?

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.

----- Original Message ----- 
From: "Rajesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 17, 2003 2:15 AM
Subject: Two Dimensional Array


> Hi,
> 
> I am having some issues with deserializing a two dimensional array.  I am
> using BeanSerializer.  I could see the data getting transmitted across wire.
> So there is no issues on Serialization.  While Deserializing I am getting a
> Null Pointer.
> 
> Would appreciate any feed back on that.
> 
> thx.
> 
> Rajesh.
> 
>

Reply via email to