Tag

ebms3 Archives - Holodeck B2B

Holodeck B2B 6.0 – new API, new configuration options

By | News | No Comments

We’ve been working on a lot of things this past year and one of them was a big update of Holodeck B2B. This major update introduces a lot of internal changes, of which the following are most interesting to users:

You can now define the service type to be used in the P-Mode. This saves having to define the service type for every submitter.

We’ve upgraded to Java 11. And although Holodeck B2B was already very fast and resource-efficient, we’ve improved resource management even further.

Most importantly this release includes a new, extended API. We’ve added new interfaces for delivery of message units to the back-end. There is now also support for a-synchronous delivery of messages and for redelivery.
This major update means that when updating Holodeck B2B you will also need to update all extensions and connectors that you use.
If you’ve created your own extensions to Holodeck B2B, you will also have to update these.

You can find the full list of changes in the Changelog, also included in the download.

Holodeck B2B 4.0 – create a multiprotocol gateway with AS2 support

By | News | No Comments

The Holodeck B2B stack is growing! Today we’ve released the latest version of our AS4 gateway, as well as a new open source extension you can use to add AS2 messaging functionality to your gateway. Finally, we’ve also made the BDXR Common toolkit available – a set of libraries you can use to build SML/SMP clients.

Holodeck B2B 4.0

This latest release adds some important new features to an already highly configurable message service handler that still works out of the box.

  • More validation options:
    • Strict validation of ebMS headers.
    • Implement your own validations that will run during message processing by the gateway. Problems that are caught kan be reported directly back to the receiver. On ebMS level messages can also be rejected based on business rules.
  • More flexible configuration of retries. Interval times are individually configurable – for example, a very quick first retry and increasingly larger intervals for the following retries.
  • More message processing events. These allow automated monitoring of message processing and let you follow up on certain events by a technical management system or on the business application layer.
  • Improved logging. Operators can follow the message flow on various levels of detail.
  • Option to add AS2 functionality using the Holodeck B2B AS2 extension.
  • Introduction of a security module.  You now have the option to use your own security module, which may be needed for specific security policies / business requirements.

See more in the full changelog or download Holodeck B2B now.

AS2 extension

Holodeck B2B AS2 is an extension for Holodeck B2B 4.0 and higher that lets you add AS2 messaging functionality to your existing AS4 gateway. Whether the gateway uses AS2 or AS4 can be configured in the P-Mode of the message exchange.
Chasquis (the creators of Holodeck B2B) offer even more functionality in their PEPPOL gateway, that adds auto configuration using SMP – including automatic selection of the correct protocol to use per receiver (AS2 or AS4).

We have created this extension for businesses that need to make the transition from AS2 to AS4. Instead of having to switch from one gateway to another on a cut off date you can now plan your migration on your own terms. When the time comes for you to switch from AS2 to AS4, all you need to do is edit the P-Mode for the message exchange – no more than a few minutes work.
The AS2 module includes the following features:

  • Signing (including SHA-256 and many others)
  • Encryption
  • Compression
  • Single attachment
  • Configuration based on Holodeck B2B P-Modes

Download the Holodeck B2B AS2 extension from the repository.

BDXR Common toolkit

A toolkit containing libraries for building  SML / SMP clients, to retrieve messaging partners’ metadata from  the SMP. This metadata is then used to configure the gateway. This setup is required by the PEPPOL messaging profile.
This toolkit is aimed at developers who want to create their own client. It is not a ready to use SMP client. The download does include a sample client for you to base your work on.
Like Holodeck B2B, it’s design is modular and it can easily be adapted to the needs of your business environment.
Download the BDXR Common toolkit.

Holodeck B2B 2.1 now available

By | News | No Comments

Today we’ve released a large update for our popular open source AS4 messaging software, Holodeck B2B 2.1. We’ve added some important new functionality, fixed several bugs and made some general code improvements.

New features

The most important new features of Holodeck B2B 2.1 are:

    • Multi-hop messaging, where a message passes through multiple intermediaries to reach it’s destination but still maintains end-to-end security
    • Messages without attachments sent as single part messages and not SOAP with attachments
    • Trust store to hold the certificates of trusted Certificate Authorities
    • Event framework to enable additional notification to external components
    • Automatic message purging cleans up all meta data (including payload data for User Messages) after a configurable number of days
    • Flexible configuration of pulling, giving the option to build your own policies
    • All received ebMS error signals are logged, even if they can’t be processed or are not for Holodeck B2B

e-SENS and EESSI compliant

Holodeck B2B 2.1 is again fully AS4, ENTSOG and e-SENS compliant, having passed the eSENS compliancy test. And with the introduction of Multi-hop messaging, it now also EESSI compliant. It has been interoperability tested with various other AS4 open source and commercial products including .Net implementations.

Download

Get the latest version now from the Download page.

Support and consultancy

If you are looking for support for your Holodeck B2B AS4 gateway, or would like advice on how our MSH can be used with your current business software, feel free to contact us at info@Chasquis-consulting.com

e-SENS interoperability tests succesful

By | News | No Comments

During the summer of 2015 we participated in the interoperability tests for the EU e-SENS program. We ran tests against AS4 implementations by IBM, Flame, Axway and Domibus. Holodeck B2B completed all succesfully.
During the tests, Holodeck B2B showed that it supports all features of the e-SENS AS4 profile, including the AES-128 GCM encryption algorithm.

Features tested included:

  • AS4 reception awareness
  • Non-repudiation of receipt
  • Signing
  • Encryption using the AES-128 GCM algorithm
  • AS4 compression

Holodeck B2B and AS4 proved capable of processing large files up tot 2GB. Further tests of sending large files are planned for later this year.
If you would like to run tests yourself, you can request the release candidate of Holodeck B2B.

Holodeck B2B 2, beta 3 featuring AS4 security

By | News | No Comments

The latest beta of the Holodeck B2B AS4 message service handler is now available on request. Most important new features are encryption and signing based on WS-Security, making Holodeck B2B now fully AS4 compliant.

Encryption

Holodeck B2B supports end-to-end message encryption in a point to point exchange. The Holodeck B2B security module uses your system’s default crypto provider to encrypt the message. By changing the crypto engine you can configure the supported algorithms.

Signing

With signing of messages implemented, Holodeck B2B now offers

  • Authorization of pull requests based on the X.509 certificate.
  • Authentication of push and pull messages including non-repudiation receipts.

Compliancy

The AS4 specification defines three conformance profiles: ebHandler, Light and Minimal Client. Holodeck B2B complies with all three. We have a full overview under the Detailed feature list.

With the addition of message authentication and encryption the Holodeck B2B open source messaging solution is ready to support Superstream and Entsog AS4 profiles.

Download

Beta 3 is available on request.
We’d like to know more about why you are considering using Holodeck B2B. Which features are most important to you, looking at the current features as well as things you’d like to see in Holodeck B2B in the future?
If you would like to try the new version, please contact us using the form below.

*edit: As Holodeck B2B 2.0 is out of beta per april 2016, you can find the latest version on the Download page.*