Home - HodStudio/XitSoap GitHub Wiki

Welcome to the XitSoap wiki!

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!

Benefits and Features

  • 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)

Getting Started

Road Map (in eternal construction!)

Based on the feedback received, we are planning our next releases!

Version 2.2.0!!

Know more clicking here!

Future

  • WsStrip: remove some part from the XML returned from the response to have beautifier classes!
  • Multipart Requests: enable the XitSoap to make Multipart Requests.