Using Lexis Nexis Connector in Digital Journeys

The Lexis Nexis Connector consists of a digital journey, a client side script, and an endpoint. Below are the steps used when calling the connector.

1. Before calling the connector, the parameters must be set. The environment settings required for the API search are set through the below variables. The Lexis Nexis platform uses a SOAP/ xml format, but the search function and the returned data is in REST/ JSON format.

 

 

2. Use the ebs.callActionByNameAsync function with the FTOS_EXTD_LEXN_Search parameter when searching for certain information from the Lexis Nexis database in the digital journey.

3. The FTOS_EXTD_LEXN_Search endpoint is called. The response is partially parsed at data model level and returned fully in a JSON object.

  
HINT  
As a developer, the data can be obtained from the data model or from the JSON object.