Consume SOAP services with HttpClient in .NET
Consume SOAP service with HttpClient in .NET doesn’t have to be hard. In recent days I need to consume some soap services in .NET 6, and I need to review some concepts about SOAP services in C#. After doing some research I found some examples using HttpWebRequest, but this class is marked as obsolete in .NET […]