SeanHoppe.com > CLEO Tips > Cleo Harmony > Configuring a New Trading Partner and Partner Mailbox

Configuring a New Trading Partner and Partner Mailbox

1st March 2017

After creating a new partnership, some additional configuration is required.

Select the Partnership

Find the partnership under the ACTIVE tab of the TREE view, and highlight it.

VLTrader Partnership

The details of the partnership will be displayed on the right in the CONTENT window.

VTrader Content Window

In the CONTENT window for the partnership level, there are 2 tabs that need to be edited:

  • General
  • HTTP
    • The HTTP tab needs to be added by performing a one-time change via the following steps:
      • Click CONFIGURE > OPTIONS
VLTrader Configure Options
      • Select the OPTIONS tab
      • Click Show Hidden Panel
VLTrader Configure System Options


General Tab

The GENERAL tab contains the Server Address and Port as well as the directories used for inbound and outbound communication.

  • Server Address – URL or IP Address of the partner’s AS2 server.
  • Port # - The Port on the server through which data will pass.
  • Inbox – Directory where inbound data will write.
  • Outbound Directory from which data will be sent.
  • Sentbox – Directory where outbound data will be archived.
  • Receivedbox – Directory where inbound data will be archived.
Cleo VLTrader COnfigure General Tab


HTTP Tab

The HTTP tab contains instructions for the transfer of data. Most of the tab is defined by default, but when communicating with the server, via AS2/HTTP, the Path where the data will be written must be specified.

  1. Open HTTP Tab.
  2. Double click the PATH field on the PUT command.
  3. Enter the Directory Path on the target server.
  4. Click Apply.
image

Select and Configure Mailbox

Each partnership can contain multiple mailboxes.

Cleo VLTrader Configure HTTP Tab

To define how each mailbox functions, select the mailbox and edit the tabs in the CONTENT window. The tabs that must be edited are:

  • AS2
  • Certificates
  • HTTP


Define AS2 Tab

The AS2 tab defines the type of security used during communication and how receipts will be delivered.

Cleo VLTrader Configure Mailbox
  1. Click the AS2 tab in the CONTENT window.
  2. Select the request options: Encrypted, Signed, and Receipt
  3. Select Encryption Method.
  4. Select MDN Receipt options: Signed, MIC type, and Synchronous/Asynchronous.
  5. Optional: Select Forced Message Security options.


Select Certificates

Signed and Secured AS2 communication requires Certificates. Define the certificates for the mailbox via the Certificates Tab.

Cleo VLTrader Define AS2
  1. Click the Certificates Tab in the CONTENT window.
  2. Click Browse… on the Encryption Certificate entry.
  3. Select the Certificate provided by the partner
Cleo VLTrader Select Certificate
  1. Check the Signing Certificate box to use the same certificate during the signing process.
  2. Check the Use Encryption Certificate box.
  3. Click Apply.


HTTP Tab


The HTTP tab contains the AS2-From and AS2-To header information and must be configured for each partner.

Cleo VLTrader Configure HTTP Tab
  1. Click the HTTP Tab.
  2. Double click in the “Default Value” field of the AS2-From.
  3. Enter YOUR AS ID.
  4. Double click in the “Default Value” field of the AS2-To.
  5. Enter PARTNER AS ID.
  6. Click Apply.


Select and Define Actions

Each partnership mailbox can be configured for multiple actions to Receive, Send, etc. These actions must be defined before communication can take place.

Cleo VLTrader Select And Define Mailbox Action
  1. Click one of the preset actions.
    • If a new action is required, right-click the mailbox and select New Action.

      2.In the CONTENT window, double click the preset command, or click the New Action Wizard button.

Cleo VLTrader Content Window Mailbox
    • Header values are captured from the HTTP Tab on the Mailbox.
  1. Define the Source name; this can be a wildcard value of * or a specific file name.
  2. Define the options: Multi File Payload and/or Delete Source After Put
  3. Click OK.
  4. Click Apply.

Setup is now complete and testing may begin with this partnership.


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 ' '; ?>