EBIworld.com > EBI/Clarify Tips > EXTOL Business Integrator - Keeping a copy of your outbound data

EXTOL Business Integrator - Keeping a copy of your outbound data

TAGS: EXTOL EBI / EXTOL Business Integrator / EXTOL Business Process Script / EXTOL 2.5 / EXTOL Adapter / EXTOL customization /


Many times I come across EXTOL EBI users looking to keep an additional copy of the outbound x12 data. Their primary mechanism to send the data is EXTOL Secure. Their secondary (backup) is file adapter.

By keeping a copy of the data they have the data they have it accessible to them to search, quickly access.

Here is how they set-up EXTOL to keep an additional copy.



Copyright 2012 @ www.seanhoppe.com


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.