users@jax-rpc.java.net

JWSDP: Serializing Lists that contain beans

From: Bozic, Chris <cbozic_at_ASSET.COM>
Date: Tue, 16 Jul 2002 18:26:47 -0400

Does anyone know how to use JAXRPC to serialize and deserialize beans
inside a List? I have a bean that contains only JAXRPC compliant types
and I need to send a List of these beans to a client. My client throws
an exception when I deserialize this kind of list. It works if I change
my List to an Array and send that instead. Still, I'd rather use a
List. Any ideas?
 
Chris Bozic