-
-
Notifications
You must be signed in to change notification settings - Fork 3
Referencing the Library
Cussa Mitre edited this page Sep 2, 2017
·
4 revisions
To use the library, you can use two approaches:
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!
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.
- Home
- Migrating from v1 to v2
- Referencing the Library
- Make a simple call
- Adding Parameters
- Adding Authentication
- Adding Custom Headers
- Calling a web method without use a typed return
- Using the WsContract and the ServiceCatalog
- Using the WsContract just to use the namespace
- Using the WsMapper: no more ugly properties!
- SoapActionComplement: because sometimes it's necessary even more!