Dear all, I was working on a project which involved interacting with WSDL / SOAP services in written in .NET. To be frank I am very new to SOAP services and all so had to de a lot of research on how to use it and how to interact with them to fetch data. For those who do not know the SOAP services is a service which revoles around your data and does all the basic building block of fetching and sending the data in XML or JSON format which ever you want to select. It gets created along with your project configuration you have to only provide it you data class with its member variables, and rest of the heavy lifting work of creating the wrappers for encoding and decoding them is done for you, you just have to think about the you know the big fat business logic of your code....