SimpleSOAPClient 2.0.0-rc02
See the version list below for details.
dotnet add package SimpleSOAPClient --version 2.0.0-rc02
NuGet\Install-Package SimpleSOAPClient -Version 2.0.0-rc02
<PackageReference Include="SimpleSOAPClient" Version="2.0.0-rc02" />
paket add SimpleSOAPClient --version 2.0.0-rc02
#r "nuget: SimpleSOAPClient, 2.0.0-rc02"
// Install SimpleSOAPClient as a Cake Addin #addin nuget:?package=SimpleSOAPClient&version=2.0.0-rc02&prerelease // Install SimpleSOAPClient as a Cake Tool #tool nuget:?package=SimpleSOAPClient&version=2.0.0-rc02&prerelease
Lightweight SOAP client for invoking HTTP SOAP endpoints
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.1 is compatible. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | netcore50 is compatible. uap was computed. uap10.0 was computed. |
Windows Phone | wpa81 was computed. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCore 5.0
- System.Linq (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Xml.XDocument (>= 4.0.11)
- System.Xml.XmlSerializer (>= 4.0.11)
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.1
- System.Linq (>= 4.1.0)
- System.Net.Http (>= 4.1.0)
- System.Xml.XDocument (>= 4.0.11)
- System.Xml.XmlSerializer (>= 4.0.11)
NuGet packages (14)
Showing the top 5 NuGet packages that depend on SimpleSOAPClient:
Package | Downloads |
---|---|
Neomode.LojasMM.Integration
Package for integration Lojas MM |
|
Neomode.MaxiPago.Integration
Package for MaxiPago integration |
|
Neomode.MagentoV1.Integration
Package Description |
|
Neomode.Microvix.Integration
Package for integration Linx Microvix |
|
Cisco.Api
Provides access to EoX, Product Information, PSIRT, PSS, Serial Number to Information, PX Cloud and Umbrella APIs. Requires client credentials. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.0 | 1,228,791 | 6/26/2018 |
2.0.0 | 16,088 | 5/17/2018 |
2.0.0-rc04 | 125,090 | 7/9/2017 |
2.0.0-rc03 | 4,766 | 7/28/2016 |
2.0.0-rc02 | 1,820 | 7/20/2016 |
2.0.0-rc01 | 1,705 | 6/9/2016 |
2.0.0-alpha05 | 1,585 | 5/27/2016 |
2.0.0-alpha04 | 1,525 | 5/25/2016 |
2.0.0-alpha03 | 1,645 | 5/24/2016 |
2.0.0-alpha02 | 1,538 | 4/28/2016 |
1.2.2 | 28,406 | 5/27/2016 |
1.2.1 | 1,954 | 5/23/2016 |
1.2.0 | 1,940 | 4/20/2016 |
1.1.0 | 1,788 | 4/14/2016 |
1.0.0 | 2,006 | 3/17/2016 |
1.0.0-rc1 | 1,449 | 3/8/2016 |
Removed SOAP Client methods that didn't require a SOAP action
Removed support for .NET 4.0
Missing ConfigureAwait(false)
Added factory interface for SOAP Client instances
Changed SOAP request and response handlers logic