How to verify AS2 message (SMIME) signature with OpenSSL

This article will look at what the digital signature in AS2 protocol is, how to verify the signature of an AS2 message and some tips on figuring out the cause for certain signature verification failures.

as2 protocol for b2b integration

AS2 Protocol for Business Data Interchange via HTTP, Part 2

The main idea of the AS2 protocol defined in the RFC 4130 is on how we can exchange structured business data securely using the HTTP transfer protocol. In part one of the AS2 article series, we looked at an overview of the AS2 (Applicability Statement 2) protocol and why it wins over the other B2B … Continue reading AS2 Protocol for Business Data Interchange via HTTP, Part 2

as2 protocol for b2b integration

AS2 Protocol for Business Data Interchange via HTTP – Part 1 – Overview

The Applicability Statement 2 or AS2 specification defines a mechanism for the secure and reliable transfer of structured business data over the Internet. AS2 Message Payloads The AS2 protocol itself does not dictate any limits on the payload of an AS2 message. However. typical AS2 payloads are structured business documents such as Invoices, Purchase Orders … Continue reading AS2 Protocol for Business Data Interchange via HTTP – Part 1 – Overview

enterprise integration

Processing Elements for Enterprise Integration Needs

In February, AdroitLogic released UltraESB-X, a completely redesigned ESB which is developed by the very same team who developed the UltraESB six years ago. UltraESB-X is developed inline with UltraStudio, a user friendly graphical tool to easily create, manage and test integration flows. In the user’s point of view, UltraESB-X mainly has two new concepts … Continue reading Processing Elements for Enterprise Integration Needs

UltraESB-X Monitoring with Kibana

We at AdroitLogic recently released UltraESB-X developed on top of the flexible, extensible and lightweight Project-X platform. UltraESB-X comes with a GUI developer tool, UltraStudio, to develop, test and package your integration flows easily. Along with this we released Integration Platform Server (IPS), our PaaS solution to manage the deployment, maintenance and scaling of UltraESB-X … Continue reading UltraESB-X Monitoring with Kibana

Implementing an Embedded ElasticSearch Server

Hi all, recently I added an embedded ElasticSearch server for the upcoming release of  AdroitLogic UltraESB. Embedded ES Server will be useful when a large ES cluster is not required and also for ES integration tests. Let's have a look at the code. It's actually very simple. "path.conf" will contain the elasticsearch configuration yaml file … Continue reading Implementing an Embedded ElasticSearch Server