- Follow MSDev.pro blog on WordPress.com
Follow us
-
Recent Posts
Categories
Recent Comments
Archives
Tag Archives: Backend Development
Calling a Secured SOAP Service from ASP.NET Core WebAPI (WSDL+ WCF)
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