Hi ,I have a service deployed in AEM 6.1 which takes two params. i) fromDate ii) toDate. This services queries repository to find assets modified between fromDate & toDate , do some processing on data and returns xml DOM object as response . I have a JSP page where I am rendering response from thi...