SeanHoppe.com > CLEO Tips > Cleo EDI Integrator > Unwrap and De-Envelope Outbound EDI Data

Unwrap and De-Envelope Outbound EDI Data

8th January 2015

There are times we have enveloped and wrapped outbound EDI data, but decided we need to delete the data. Below we will review how to unwrap outbound EDI data and then de-envelope outbound EDI data.

STEPĀ  1 :: Goto Mailroom

From the EXTOL main menu, choose menu option 1. Once chosen, we will see the menu below

EXTOL EDI Integrator Mailroom Menu

STEP 2 :: Option #12 - Start a New Outgoing Connection

From the EXTOL mailroom menu, choose menu option 12. Here we will see all connections that are currently wrapped and ready to send.

In the example below we will place a ‘U’ on the connection we want to unwrap

EXTOL EDI-Integrator Start Outgoing Connections Screen

STEP 3 :: Option #11 - Create Outgoing Connections

After we exit option #12, from the mailroom menu, we choose mailroom menu option #11. On this screen we will see everything that has been enveloped but not wrapped.

We will place a '4’ on the entry we want to de-envelope and delete.

EXTOL EDI-Integrator Create Outgoing Connections Screen


By: on
load('http://www.seanhoppe.com/EXTOL-Blog-Feed2/'); $feed2 = array(); foreach ($rss2->getElementsByTagName('item') as $node2) { $item2 = array ( 'title' => $node2->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node2->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node2->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node2->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed2, $item2); } $limit2 = 5; $rss3 = new DOMDocument(); $rss3->load('http://www.ebithree.com/EBIThree-RSS/'); $feed3 = array(); foreach ($rss3->getElementsByTagName('item') as $node3) { $item3 = array ( 'title' => $node3->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node3->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed3, $item3); } $limit3 = 5; $rss4 = new DOMDocument(); //$rss4->load('http://www.ebithree.com/EBIThree-RSS/'); $rss4->load('http://www.ebiworld.com/EBI-Feed/'); $feed4 = array(); foreach ($rss4->getElementsByTagName('item') as $node4) { $item4 = array ( 'title' => $node4->getElementsByTagName('title')->item(0)->nodeValue, 'link' => $node4->getElementsByTagName('link')->item(0)->nodeValue, ); array_push($feed4, $item4); } $limit4 = 5; echo ' '; ?>