SoapHttpClient 3.0.0
HttpClient wrapper for sending SOAP messages.
No packages depend on SoapHttpClient.
- 3.0.0
-- Replaced HttpClient with HttpClientFactory
- 2.2.1 -- Added support for Cancellation Tokens.
- 2.2.0
-- Updated codebase.
-- Migrated test project to .net core app
-- Fixed an error of SOAPAction not being sent.
- 2.1.0 -- Updated to NetStandardLibrary 2.0 -- Fixed a bug where an extension method was calling himself recursively
- 2.0.0 -- Major refactor to the codebase. -- Added the functionality of adding more than one header and/or body in the envelope. -- The ctor will no longer determine the SoapVersion, since it is a message property and the API should be ignorant about this. -- BREAKING CHANGE: SoapVersion is now required for every message. -- BREAKING CHANGE: Removed methods where the endpoint was a string instead of an uri.
.NET Standard 2.0
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.Http (>= 2.2.0)