Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The implementation of AS4.NET can be expanded by writing custom connectors. This document explains how these custom connectors can be created to extend the AS4.NET component with some custom functionality (delivery of messages to other locations, retrieve payloads that must be sent from other locations, receive messages from custom sources, …).

AS4.NET Components

The AS4.NET component consists of different Agents, each with a different responsibility: sending, receiving, forwarding, notifying, delivering, … Each Agent inside the AS4.NET component has three major items: Receiver, Transformer, and Steps.

...