And here is my Response.java class
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "response")
public abstract class Response {
}Do I need to add any extra annotations for this class? as in the stacktrace it is mentioning this class.. -- View this message in context: http://cxf.547215.n5.nabble.com/Unmarshalling-Error-CXF-tp5714722p5714741.html Sent from the cxf-user mailing list archive at Nabble.com.
