XML (with namespace) to Object unmarshalling
问题 I got following repsonse from a Web service call, I tried to unmarshal the same using JAXB to map it to a java class. I was getting unmarshal exception while doing so. <?xml version="1.0" encoding="UTF-8"?> <ns0:QueryByLNResponse xmlns:ns0="UIS_CTMPeople_WS" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ns0:getListValues> <ns0:First_Name>Pradeep</ns0:First_Name> <ns0:Internet_E