I use spring RestTemplate to call the the Third-party services,
ResponseEntity forEntity = restTemplate.getForEntity(url, String.class);