SoapHttpClient 2.0.0
HttpClient wrapper for sending SOAP messages.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package SoapHttpClient -Version 2.0.0
dotnet add package SoapHttpClient --version 2.0.0
<PackageReference Include="SoapHttpClient" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SoapHttpClient --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
- 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 1.6
- NETStandard.Library (>= 1.6.1)
- System.Xml.XmlSerializer (>= 4.3.0)
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.