Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Invoke a Workbench process to render a PDF form via URL?

Avatar

Level 5

Is it possible to use a browser to call a URL that launches a Workbench process and returns a PDF.

I have a Workbench process that calls RenderPDFForm, and returns a PDF.

I would like to be able to call this process from a URL.

I can see the WSLD properties of the process if I try calling the process with the soap/services path:

http://server-name:8080/soap/services/TestRenderPDFForm?wsdl

What I cannot seem to determine is the proper URL to use to invoke the process from a browser.

Any help or insights are appreciated.

Thanks

Mark

2 Replies

Avatar

Level 8

With the 8.x versions of LiveCycle you'll need something to recieve the browser request - such as a servlet or a .net app.  That "something" will make the actual request to LiveCycle (using the API) and then will broker the response.

Avatar

Level 10

The next version of LiveCycle will have a REST interface.

Jasmin