For me: LiveCycle server (ES3, JBOSS), Workbench, Designer. Using LC Desginer, I convert PDF to XDP - this is the template now. Now I need to convert this XDP file to PDF. So, I think, I need to somehow call the LiveCycle server using the HTTP request, in the body of this request I can send the body of the XDP document. All I need from LC is just a PDF.
Looks like a simple task, but I can’t find ANY information on how to do this. I see many examples of how to do this in Java, but I do not need Java, I need to do this via HTTP (REST or SOAP endpoint, if this is not possible).
Perhaps I need to create some kind of “application” in Workbench? If so, is there step-by-step documentation? Or maybe someone can explain to me how to do this. Perhaps ES3 Server already has a built-in application - I think this is a very common and simple case.
UPD: I am opening work in Odesk for this problem, I promise to publish a solution here to share knowledge with the community
source share