users@jax-rpc.java.net

Deserializing derived types

From: Baltz, Kenneth <Kbaltz_at_FIRSTAM.COM>
Date: Fri, 25 Oct 2002 16:40:39 -0700

Suppose I have a web service method that returns Shape[] and that array
contains Circles, Squares, Triangles. Is there any way to have them end up
as Circles, Squares, and Triangles on the client side? Or will they all be
plain Shapes? I'm building my web service interface based on the Java
interface (<service>, not <wsdl>) if that helps.

K.C.