-
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Cussa Mitre edited this page Aug 22, 2018
·
27 revisions
XitSoap is a library that replaces the usage of the old Web References on Visual Studio.
For people that are concerned about code quality, the auto-generated code when use some Web Reference is a complete shit. It has a lot of things that you normally you don't want to care about. And for this, we created the XitSoap!
- Flexible to support any call
- Untie you from the web service model (no more classes with ugly names! 😃 )
- Simple to code, simple to use
- Invoke web methods using 2 lines of code (+n lines, depending on the number of parameters that you have to provide)
- 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!
Based on the feedback received, we are planning our next releases!
Know more clicking here!
- CookieContainer: implementing CookieContainer #10.
- NetStandard: generating the library compatible with NetStandard #11.
- WsStrip: remove some part from the XML returned from the response to have beautifier classes!
- Multipart Requests: enable the XitSoap to make Multipart Requests.
- 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!