Parsed SOAP response is different with the received response
问题 I am trying to parse a SOAP response. I can show the full response using following line. System.out.println("Response: " + out.toString()); However when I parse the response and marshall the parsed response, it shows a wrong response. package-info.java @XmlSchema( namespace = "http://v3.hotel.wsapi.ean.com/", elementFormDefault = XmlNsForm.QUALIFIED) package com.ean; import javax.xml.bind.annotation.XmlNsForm; import javax.xml.bind.annotation.XmlSchema; My Code @XmlRootElement(name=