Hello, is it possible to use abstract class or heritage with Soap ? I have a abstract class Contrat and 2 subclasses Contrat1 and Contrat2 (extends Contrat)
i would like to call a method which return Contrat and a methode with a Contrat in parameter. is it possible ? and how ? the problem is when soap transform xml in java : it seems to want instantiate the abstract class ! thanks, Véronique.