CXF Gurus,
If the client is older than the service, and sends in an attribute
that has been removed from a data type in the service. Spring/CXF/JAXB
throws an exception:
Caused by: javax.xml.bind.UnmarshalException: unexpected element ...
The recommended way to handle this on stackoverflow seems to be:
http://whileonefork.blogspot.com/2010/11/cxf-backwards-compatibility-adding.html
But, like the original poster says, "Kind of lame to have to do really. ".
Is there a standard way to do this in CXF?
tia,
rouble