Hi all,
I have a process whcih takes a XDP and a XML to generate PDF, and for the I am using RenderPDFForm service. it works find but the problem is. RenderPDFform return generated PDF in stream back to the client which I down require. Which I want is to connect to my process using SOAP and provide the data and PDF should get generated on the server it self. what should I do fo that.