EBIworld.com > EBI/Clarify Tips > Tweak EDIFACT envelope in EBI Business Process Script

Tweak EDIFACT envelope in EBI Business Process Script

TAGS: EXTOL Business Integrator / EXTOL EDIFACT /


EXTOL Business Integrator Endpoints creates a UNA segment for each outbound EDI EDIFACT document.

There are times that the UNA segment needs to be removed. By adding a few additional tasks to an Outbound Connections Processor BPS we are able to modify the outbound data  to have the UNA segment removed.

Scenario:

Endpoint Set-up:

image

EDIFACT Data Before:

UNA:+xx*’
UNB+UNOA:2+DPH+5706285500+120829:1447+1’
UNH+1+DESADV:D:97A:UN::%CLDV%:%MTSF%’
BGM++9535+00’

Business Process Script Set-up:

image

EDIFACT Data After:

UNB+UNOA:2+DPH+5706285500+120829:1447+1’
UNH+1+DESADV:D:97A:UN::%CLDV%:%MTSF%’
BGM++9535+00’

For More EXTOL Business Integrator Tips


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.