Hi,
I'm communicating with some SOAP webservices.
Unfortunately they change the response messages quite often, usually they
add some minor fields.
I'd like to make cxf able to handle this. If I have an unexpected new field,
at the moment I'm getting
Caused by: javax.xml.bind.UnmarshalException: unexpected element (uri:"",
local:"myNewField"). Expected elements are <{}subType>,<{}value>,<{}type>
As you can see I use JAXB for databinding.
Does anybody have any idea how to manage it?
Thank you.
Tamas
--
View this message in context:
http://cxf.547215.n5.nabble.com/Tolerate-extra-fields-in-response-tp5714284.html
Sent from the cxf-user mailing list archive at Nabble.com.