Related resources for Web Services tutorials
  • Method Overloading in WebServices4/12/2012 6:03:52 AM. Web services are also classes just like any other .NET classes. Web services have methods marked as WebMethods that can be exposed by the WebServices to be consumed by the outside world. We can also overload the WebMethods but method overloading in a Web Service is not as straightforward as in a class.
  • How to Delete Data from Database Using XML Web Service1/20/2012 4:24:51 AM. Web Service are software programs that use XML to exchange information with other software via common internet protocols. In a simple sense, Web Services are a way for interacting with objects over the Internet.
  • Web Service Design for Chunked Transfer of Large Quantities of Data8/19/2011 7:33:43 AM. In this article we are going to demonstrate design techniques which can be used to produce such Web service. Solution which will be developed along the course of this text is for demonstration purpose only and cannot be applied to practical, real world problems as is. But we hope that methods used to develop it can be applied to much more complex cases.