Set-up Exit Point Event Properties

Set-up Exit Point Event Properties

Scenario:

EBI user neeeds to implement the EXTOL Business Integrator Exit Points. After user copies business process scripts, the user needs to manually create the EBI events. EBI Exit point events are unique with the properties they use. In our example below we show the events and their respective properties.

EBI Endpoint Properties:

In the screenshot below, we show the respective event properties.

EXTOL Business Integrator EBI Exit Point Event Properties




By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.