ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

WIRE-FORMAT

The binary format actually transmitted on the network.

Definition

Distinct from in-memory format (parser objects) and schema (abstract description). For EDIFACT, wire format = UTF-8 or ISO 8859-1 with UNA / UNB default separators. For JSON, it is text/json UTF-8. For Protobuf, it is binary varint. Important for performance tuning (gzip on large EDIFACT files).

Origin

General distributed engineering term, common since 1980s RPCs.

Example in context

A 5 MB EDIFACT D.96A INVOIC compressed with gzip → 380 KB wire format for AS2 transmission.

  • Segment — EDIFACT wire-format unit.

Last updated: May 14, 2026