Greetings. Thanks in advance for any help. I think what I want to do is pretty simple. My WS returns an
array, Order[]. However, I have subclasses of Order which might be present in
the array. Is it possible to have Axis serialize the individual array elements
as their specific type? Currently, it seems that Axis will just serialize them
as Order objects. Any ideas? Thanks again, Nick |