----- Original Message -----
From: "Ben Souther" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 04, 2002 03:09
Subject: Can the axis client deserialize two dimensional String Arrays?


> I've created a webservice function that returns a two dimensional array of
> Strings (a long list of name/value pairs).
> When I view the WSDL in a browser, it appears that Axis knows how to
handle
> it (It's listed as being an array of arrays) but the client crashes with a
> deserialization error.  For the sake of interoperability, I want to avoid
> mapping Java Beans and/or Java specific types.

I've had axis handle ragged 2d string arrays from a .net endpoint; example
code (build yourself with IIS/.net1/0 handy) under
http://iseran.com/Steve/papers/interop

seemed to work ok, certainly didnt crash on that construct, but it didnt
come back as string[][] either

Reply via email to