Seeing as how an ArrayList is an ordered set of items, you could easily write a serializer/deserializer pair to handle passing ArrayLists between services.  I'm not sure if the Axis server side and client side tools already have some deserializer built in for the list interface -- seems like a good idea if they don't. 
 
The bottom line is, ArrayList won't be serializable/deserializable across platforms w/o some effort on your end to describe it. 
-----Original Message-----
From: Bruce Ho [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 27, 2003 1:00 PM
To: [EMAIL PROTECTED]
Subject: samples for ArrayList

Does anyone out there have a working sample for passing an ArrayList (of user generated objects) using Axis, including Java code, wsdl, and wsdd?

Is it only a myth that an ArrayList can be passed? The numerous postings in this group suggest that no one has had any luck with this.

 

Bruce

Reply via email to