You have to make a custom serializer/deserializer which sends, along with
the data, the identity of the concrete class you want to instantiate.
M.
At 05:42 PM 3/20/02 +0100, you wrote:
>Hello,
>
>is it possible to use abstract class or heritage with Soap ?
>I have a abstract class Contrat and
I seem to recall that you can use polymorphism for parameters to a method in
Apache SOAP (your client code must specify the actual type of the value being
sent), but you cannot for the return value from the method, as the return value
will always be instantiated as the declared type. I believe th