I would like to log the xml produced from this. How can I do this ?
@GET
@Path("add")
@Producse("application/xml")
public List<String>getCustomerList(....) {
}
}
UPDATE
why i need this is because , I want to have database logging with the request and response header, body etc