Info
Version: | 1.0.0 |
Author(s): | Anderson Ribeiro |
Last Update: | Friday, January 10, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/andersonlribeiro/SoapDatasetHell |
NuGet Url: | https://www.nuget.org/packages/dev.andersonribeiro.SOAPDatasetHell |
Install
Install-Package dev.andersonribeiro.SOAPDatasetHell
dotnet add package dev.andersonribeiro.SOAPDatasetHell
paket add dev.andersonribeiro.SOAPDatasetHell
dev.andersonribeiro.SOAPDatasetHell Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
In the recent past, software engineers used to send datasets and datatables throught SOAP Webservices.
Althought this is considered a bad practice nowadays, we need to deal with legacy WCF Webservices wich retrieves Datasets and Datatables in XML Format. In .Net Core, there isn't an easy way to transform a XML Dataset back to a DataSet object.
This package is the most easy way and intend to eliminate headaches while working with a legacy WCF Webservices that returns DataSets in XML format.