fiskaltrust / middleware-demo-dotnet

Demo applications that demonstrate how to call the fiskaltrust.Middleware from .NET/C#. This repository contains examples using GRPC, WCF and REST using both JSON and XML.
https://docs.fiskaltrust.cloud
MIT License
3 stars 6 forks source link

XML does generally not work #10

Closed OnSive closed 4 years ago

OnSive commented 4 years ago

Is XML supported?

If yes shouldn't the demo be able to run it?

TSchmiedlechner commented 4 years ago

Hi @OnSive , thanks for your message and sorry for the late response. Using XML was already possible previously, but this functionality was not really transparent in the example.

To make these things easier, we now restructured this repo, and the XML examples you are looking for are can be found here: https://github.com/fiskaltrust/middleware-demo-dotnet/tree/master/src/fiskaltrust.Middleware.Demo.Http

Just start the example with the argument --communication-type Xml. The requests will still be loaded from the .json files, but XML requests will be sent via HTTP. I hope this helps :)