XmlParser.parse(body);
}
@Test
public void shouldGetXY() throws Exception {
GetXY getXY = new GetXY();
getXY.setAddress(createAnAddress());
getXY.setToken(TestConstants.getToken());
String xmlToBeSent = TestConstants.XML_HEADER + xstream.toXML(getXY);
Response response =
HttpClient.doPost(