1
vote
Polymorphism in JAX-RPC web services
I don't think JAX-RPC supports polymorphism in that way. I had a similar problem, and had to work around it by creating a class that had just two members - one for each of the two classes that cou …
