Referencing the Library - HodStudio/XitSoap GitHub Wiki

To use the library, you can use two approaches:

1) Reference it using the NuGet (strongly recommended)

On Visual Studio, run the following commando on NuGet Package Manager Console:

Install-Package HodStudio.XitSoap

Link: https://www.nuget.org/packages/HodStudio.XitSoap You can find the project too. Try use XitSoap and you'll have it!

2) Download the code from GitHub, build the solution and use the Dll generate

This approach can be used if you want to debug something, but is not recommend.

You can download the latest release clicking here

To run the tests, we provide a mock project Web. It should be runned on http://localhost/XitSoap so the tests can try to connect to it.

Some tests use public services published on internet. If you don't have access to the internet when are trying to run the tests, some of them will fail.