SystemCheckInteractiveStartV1

This call starts an interactive test run. The use is analogous to ComposePdfInteractiveStartV1, so it needs to be integrated in a KCM ComposerUI application.

The request requires the following fields next to the standard fields.

Field Type Description
text message A text that ends up in the produced test document.

The response contains the following fields in addition to the standard fields.

Field Type Description
itpcloudid sessionId An identifier for the interactive run.
url url

A URL that is relative to the base URL of Kofax Communications Manager. Example: https://<kcm server>:443/ccm/

All relative URLs that are returned are relative to this base URL.

This URL refers to JSON data that serves as input to your interactive KCM ComposerUI web application.

In case of an error, the response contains a SOAP Fault structure.

The text field must not be empty and the provided text must have ASCII encoding.