AS2 in .NET Without Separate Java Gateway: Native EDI Exchange Directly in Application Routes
redb.Route.AS2 brings native AS2 protocol support to .NET applications, removing the requirement for separate commercial gateways or standalone Java servers. Organizations exchanging EDI documents with major retailers, 3PL operators, banks, or healthcare providers can now process signed and encrypted S/MIME messages directly inside their existing .NET integration routes.
Previously, .NET teams faced two main options: expensive commercial AS2 gateways such as Cleo, Seeburger, or BizTalk that required separate infrastructure, or open-source Java solutions like OpenAS2 and Mendelson Community that ran as additional JVM processes with inbox directories. Both approaches kept AS2 handling outside the main application logic.
AS2 (Applicability Statement 2, RFC 4130) ensures guaranteed delivery of business documents over the internet. A payload, typically X12 or EDIFACT but also XML or JSON, is optionally compressed, signed with the sender’s private key, and encrypted with the recipient’s public certificate. The resulting S/MIME envelope travels via HTTP POST, and the receiver returns a signed MDN (Message Disposition Notification) containing a cryptographic MIC hash for non-repudiation.
The library adds as2 and as2s endpoint schemes to redb.Route. Routes are defined using simple URI strings such as as2s://partner.example.com/as2?connectionFactory=walmart for outbound and as2:/inbound/orders?host=0.0.0.0&port=4080&connectionFactory=walmart for inbound traffic. Partner configurations are stored once in an As2ConnectionFactory object that holds certificates, AS2 identifiers, signing and encryption algorithms, and MDN mode settings.
Configuration supports environment-specific values through placeholders, allowing the same compiled route to run in development, staging, and production by changing only appsettings files. Secrets such as PFX passwords are supplied via environment variables or user secrets.
Outbound routes automatically compress, sign, encrypt, and transmit documents while parsing the returned MDN. Headers such as redbAs2.mdnDisposition, redbAs2.signatureValid, and redbAs2.mdnMicMatch are placed on the exchange for conditional routing logic. Inbound routes decrypt incoming messages, verify signatures, and deliver clean business documents to the pipeline along with exchange metadata.
Asynchronous MDN handling is supported through a dedicated receive endpoint that correlates receipts by Original-Message-ID. The cryptographic layer relies on MimeKit built on Bouncy Castle, ensuring interoperability with existing AS2 implementations.
Compared with external gateways, the native connector keeps documents flowing inside a single process, enables unified observability through distributed tracing, and allows full use of enterprise integration patterns without intermediate file drops or additional monitoring systems.
Related articles
RANEPA Opens Specialized IT Laboratory for Training Specialists in Russian Software
The Presidential Academy of National Economy and Public Administration (RANEPA) has launched a dedicated IT laboratory focused on Russian software and infrastructure management. The facility was established with support from RED SOFT, R7, and ICL Techno, equipping 15 OSiO mini-PCs and monitors with RED OS and R7 Office. Students will gain hands-on experience from operating system installation through virtualization, database administration, and office productivity tasks. The project includes four specialized courses on RED OS, permanent software licenses with updates and support, and opportunities for developer certificates and internships. The laboratory will primarily serve students from the Institute of Public Service and Management and the Institute of Economics, Mathematics and Information Technologies, covering topics such as digital literacy, data management, artificial intelligence, and municipal analytics. RANEPA aims to maintain at least 90 percent utilization of the specialized classroom.
Russia Expands Mobile Number Portability to Allow Inter-Regional Transfers Starting September 1
From September 1, Russian subscribers can retain their mobile number when moving to another region and either switch to a new operator or stay with the existing one if coverage is available. Previously, the Mobile Number Portability service was restricted to transfers within a single federal subject, forcing users who relocated from cities such as Kazan to Moscow to obtain a new number or accept outdated regional tariffs. The updated rules remove this geographic limitation, reducing the administrative burden of updating contacts, banking applications, and online accounts linked to the phone number. Operators will now face greater competition because regional restrictions can no longer be used as a retention tool. Usage of the service has already grown sharply, with more than 4.3 million numbers ported in the first half of 2026, double the 2.1 million recorded in the same period of 2025. Since the launch of MNP in 2013, over 41 million numbers have changed operators, and the new inter-regional capability is expected to accelerate that trend further.
UserGate Launches Rugged Industrial NGFW uNGFW on X10 Platform Rated for -40 to +60 °C
UserGate has introduced the uNGFW next-generation firewall running on the new X10 hardware platform designed specifically for protecting industrial control systems and OT environments. The appliance replaces the discontinued X1 model and is engineered to operate reliably in harsh conditions ranging from −40 to +60 °C with up to 80 % humidity, allowing direct DIN-rail installation inside automation cabinets at substations, extraction sites, and fuel stations. It provides deep inspection for 35 industrial protocols including Modbus, OPC UA, Profinet IO and S7Comm, with intrusion-prevention rules capable of validating individual commands on six critical protocols to block unauthorized actions without requiring equipment shutdowns. Hardware redundancy features two independent power inputs and a bypass function that maintains network connectivity during device failure, while maximum power draw remains at 24 W. Throughput reaches 1780 Mbit/s with support for up to 500 000 concurrent connections, and centralized management via UserGate’s existing console enables unified policies across distributed sites. The platform was developed by UserGate’s own design bureau and is manufactured in Saint Petersburg; it is already available for ordering and testing through company partners.
Aiker World AI Co-Creation Base Officially Lands in Hainan Oriental to Build Long-Term AI Talent and Industry Ecosystem
On August 28, the finals of the Oriental Chuxin FC-OPC Next iCreate AI Native Content Creation Competition were held in Hainan Oriental. Aiker World community, in partnership with Oriental Chuxin, advanced their collaboration by establishing an offline AI co-creation base and connecting online talent with real industrial scenarios. Thirty youth teams presented AI projects focused on Chinese cultural dissemination, Hainan tourism and intangible heritage export, free trade port digital economy, and AI content compliance. The event was attended by senior local officials including Oriental Municipal Party Secretary Li Aihua and Hainan Provincial Tourism and Culture Department Deputy Director Wang Zhongyun. 360 Group representative and Aiker World initiator Hu Xiaona highlighted the shift from AI model development to practical enterprise deployment using tools like Nami Work. The new base aims to link talent, experts, and companies for sustained project delivery beyond single events.