RE: serializing 2D arrays

2004-08-25 Thread Mark Cassidy
aign, IL > > > > > -Original Message- > > From: Mark Cassidy [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 19, 2004 3:29 PM > > To: [EMAIL PROTECTED] > > Subject: serializing 2D arrays > > > > We're using Axis 1.1 for our JAX-RP

RE: serializing 2D arrays

2004-08-20 Thread Zwicky, William R ERDC-CERL-IL Contractor
Title: RE: serializing 2D arrays I haven't done any type mangling myself, but the body of example 2 is a one-dimensional array.  To send that, copy your data into an anytype[6] array.  Unfortunately, I suspect the type attribute will change to 'soapenc:arrayType="xsd:anyType

serializing 2D arrays

2004-08-19 Thread Mark Cassidy
We're using Axis 1.1 for our JAX-RPC client to a set of webservices. We're getting back 2D arrays fine from the service, but sending a 2D array is having problems over on the web service side. The WSDL only says that the message part that is the 2D array is xsd:anyType -- and they're not going to