Hi Bill! Axis (http://xml.apache.org/axis) has much more comprehensive built-in support for collection classes. The engine automatically translates any List-implementing class into SOAP arrays, and can also automatically convert incoming SOAP arrays to Arrays, Lists, Vectors, etc.
You might want to check it out. --G ----- Original Message ----- From: "Bill Pfeiffer" <[EMAIL PROTECTED]> To: "Soap-User" <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 11:29 AM Subject: ArrayList Serializer > Has anyone written and ArrayList Serializer? I started to look at what it > would take (looking at ArraySerializer), and it seems fairly complicated. > If this is already done somewhere, it would save me some headaches. > > Thanks, > > Bill Pfeiffer >
