Hi Experts,
Requirements:
-----------------------
From xCP 2.2 application task page, user will click one button and after that PDF Report will be created either in Application server temp folder and from that custom Servlet will be called to open the PDF in browser.
Solution:
----------------
I have created one Stateless Process where first activity is to call Java Service which will create the report in application server temp folder. After that I have tried to use HTTP/Restful Request activity to call the custom Servlet to open the report in browser.
Problem:
--------------
Servlet is called successfully from the HTTP/Restful Request activity but the PDF report is not opening in browser. There is no error from back-end I am facing.
Can anyone suggest me how can I implement this requirement?
Thanks and Regards,
Krish