Skip to content
Advertisement

Tag: unmarshalling

Unmarshal SOAP response with CDATA in its body using JAXB

I am trying to unmarshal a SOAP respone using JAXB but without success. What I have so far are the model classes generated using an xsd and the following code which should unmarshal the response: Then I try to access the value of the <AnnahmeErfolgreich> element but instead of being true like in the response the object which unmarshaller gives

android.os.BadParcelableException: ClassNotFoundException when unmarshalling

We are facing getting a BadParceableException and we have no idea why. Above is the stacktrace: We saw some similars errors here in stackoverflow, but no one actually worked for us. The exception is saying that the error happens at “super(in)”, in this class: private static class SavedState extends BaseSavedState { int mSelectedPosition; } Does anyone have any idea to

Advertisement