- Follow MSDev.pro blog on WordPress.com
Follow us
-
Recent Posts
- Integrating and Testing a Secured SOAP Client with Dependency Injection
- Securing a SOAP Client with OAuth2 in ASP.NET Core (WCF Behaviors)
- Calling a Secured SOAP Service from ASP.NET Core WebAPI (WSDL+ WCF)
- Evolving ZipMatch — from a simple function to a LINQ-style implementation
- Using an F# DSL to generate C# code
Categories
Recent Comments
Archives
Tag Archives: WCF Behaviors
Securing a SOAP Client with OAuth2 in ASP.NET Core (WCF Behaviors)
In this blog I will show you how to call a SOAP service from a WebAPI back-end.
The solution needs to be stable and robust.
The necessary parameters (client_id, secret, …) will come from Configuration.
All the necessary components will be registered in the IoC container such that using the SOAP service only requires injecting one interface. Continue reading →
Posted in .Net, Architecture, ASP.NET Core, Design Patterns, Development, SOAP, WCF, Web API
|
Tagged .NET Core, Clean Architecture, dotnet-svcutil, Endpoint behavior, Legacy Modernization, Message Inspector, SOAP, WCF, WCF Behaviors, WebAPI
|
1 Comment