We would like to create a \"WebService\" which return a list of specific objects. And we would like to call this webservice from another java program by apache http clients libr
You should rather use ResponseEntity for that. @ResponseBody gives you absolutely no control over the response.
ResponseEntity
@ResponseBody