JAX-WS problem with inheritance
843834May 20 2010 — edited May 20 2010Hi,
the problem is this, I call a webservice and as response get an object based on some abstract superclass. Although the type in the soap message is correct and the superclass has the @XmlSeeAlso annotation JAX-WS always tries to instantiate the superclass... and obviously fails as it is abstract.
I spent the last few days looking for a solution but everything related to this problem just says "add XmlSeeAlso".
Anybody an idea what might cause this behaviour?
Oh and some additional info, the client classes where all generated by wsimport.
Thanks
Simon