Skip to main content

Communication

This chapter expands more on describing the ways to communicate with the fiskaltrust.Middleware covered in the Communication chapter of the General Part, with country-specific information applicable to the German market.

Supported protocols

The German Middleware natively supports REST, gRPC and WCF communication without the requirement to use any helper packages. gRPC communication is described in the following section, please refer to the general part for more details about REST and WCF.

gRPC

gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can be used in most programming language and is generally known to be fast, reliable and efficient.

gRPC uses protocol buffers (i.e. .proto files), a platform-independent standard, to statically describe interfaces. The .proto files of the fiskaltrust.Middleware can be downloaded here.

In case .NET is used to implement the Middleware's interface, we recommend using our open-source NuGet client package (available on NuGet.org/GitHub).

Please refer to our samples to see how the Middleware can be implemented via gRPC using other programming languages or specific platforms (e.g. Java, Node.JS, or Android).