HI @Pranay_M , I tried by passing the exData in XML, but I am unable to see the data form XML on PDF, only for exData.Have you used formservice API for rendering PDF:Document interactivePDF = null;
try {
interactivePDF = formsService.renderPDFForm("schengen.xdp", xmlData, renderOptions);
} catch (Fo...