String geocodeXML = t.Geocode(address);
XMLPoster poster = new XMLPoster();
try {
poster.urlAddress = urlDecartaServer;
poster.data = geocodeXML;
httpResponse = poster.Post();
} catch (Exception e) {
System.out.println(e.getMessage());
e.printStackTrace();
}
return httpResponse;