@Test
public void shouldGetAnAddress() throws IOException, Exception {
com.lbslocal.api.objects.external.Point point =
new com.lbslocal.api.objects.external.Point(-46.6449081, -23.5708346);
GetAddress address = new GetAddress();
address.setPoint(point);
address.setToken(TestConstants.getToken());
address.setOptions(this.options);
address.setTolerance(5);
String xmlToBeSent = TestConstants.XML_HEADER + xstream.toXML(address);
Response response =
HttpClient.doPost(