.net-coresoapsoapcore

Soap Core fails registering IFaultExceptionTransformer


While starting a new SoapCore service and sending a dummy request with SoapUI, I receive a HTTP500 and the following exception:

No service for type 'SoapCore.Extensibility.IFaultExceptionTransformer' has been registered.


Solution

  • Add services.AddSoapCore(); to your services configuration