EBI External Notifications API Linux Example

EBI External Notifications API iSeries/AS400 RPGLE Example

There are times we need to execute Business Process Scripts from outside of EBI, on a iSeries/AS400 RPGLE based system. The information below is shipped and documented by EXTOL. This documentation is circa 2003 but is still relevant today.

One big difference between iSeries and the other OS's (Linux and Windows) is the additional RPGLE Source Code. The RPGLE program will set-up the JAVA call each time, to include the correct environment variables such as classpath.

Shipped EXTOL Items

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.