Related resources for function overloading in web service
  • 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.
  • Method Overloading in Web Service 12/1/2011 1:03:54 AM. This article demonstrates method overloading in a web service with a simple example.
  • Creating and Consuming Overloaded Method in Web Service11/27/2011 3:03:02 PM. In this article, I am using the concept of function overloading and creating a web service to check the amount of users depending on different parameter.