unexpected element error while unmarshalling
I should unmarshall simple xml as belo but getting error as Exception in thread "main" javax.xml.bind.UnmarshalException: unexpected element (uri:"http://example.com/service/response/v1", local:"WebResponse"). Expected elements are <{http://example.com/service/request/v1}WebResponse> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:603) I tried the solutions in this site but could not solve pls help. This is the xml present in response.xml file <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <WebResponse xmlns="http://example.com