Compose interactive requests

The interactive web service calls give you the ability to start a KCM ComposerUI for HTML5 composition run and obtain the result that the run produces.

Interactive requests require the implementation of a KCM ComposerUI for HTML5 web application contained in a default KCM installation. For details, see the Kofax Communications Manager ComposerUI for HTML5 JavaScript API Web Developer's Guide.

If you installed KCM with the ExampleWebApp!Install deployment parameter, a web application is available. You can reach this application through the following URL, where <kcm server> and <port> are the server and port where KCM Interactive is deployed.

http(s)://<kcm server>:<port>/start/home.html 

This example link provides access to the login page of KCM Designer and also gives you the ability to run an example interactive template.

InteractiveStart calls

There are two calls that start a new interactive run: one that produces a DOCX document, and one that produces a PDF document.

See ComposeDocxInteractiveStartV1 and ComposePdfInteractiveStartV1, respectively.

InteractiveGet calls

There are two calls that obtain the result of an interactive run: one for DOCX documents, and one for PDF documents.

See ComposeDocxInteractiveGetV1 and ComposePdfInteractiveGetV1, respectively.

InteractiveFinish calls

To remove any remaining server side data related to the composition run, use the ComposeInteractiveFinish call. The call also signals that interactive composition run is ended. See ComposeInteractiveFinishV1.