GetConnectionNames function

This function returns the names of all connections between KC Plug-In and Message Connector.

On success, the function returns a GetConnectionNamesResponse containing names of all the connections.


response to getconnectionnames function

Example:

<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <GetConnectionNamesResponse xmlns="http://www.kofax.com/2011/KIC-ElectronicDocuments">
    <ConnectionName>Connection2</ConnectionName>
    <ConnectionName>Connection3</ConnectionName>
  </GetConnectionNamesResponse>
</s:Body>