SoapHttpClient 2.1.0
HttpClient wrapper for sending SOAP messages.
See the version list below for details.
Install-Package SoapHttpClient -Version 2.1.0
dotnet add package SoapHttpClient --version 2.1.0
<PackageReference Include="SoapHttpClient" Version="2.1.0" />
paket add SoapHttpClient --version 2.1.0
Release Notes
2.1.0
- Updated to NetStandardLibrary 2.0
- Fixed a bug where an extension method was calling itself 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.
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SoapHttpClient:
Package | Downloads |
---|---|
ACO.Components
Helpers used in ACO 2.0
|
|
NetXP.NetStandard.Network.Services.Implementations
Soap Implementations Of NetXP.NetStandard.Network Interfaces.
|
GitHub repositories
This package is not used by any popular GitHub repositories.